null+****@clear*****
null+****@clear*****
2012年 4月 17日 (火) 10:22:28 JST
Kouhei Sutou 2012-04-17 10:22:28 +0900 (Tue, 17 Apr 2012) New Revision: ce4d06ffc143828c1110c68f86914004158e2fd1 Log: am: add CMake related files into distributed archive Added files: build/Makefile.am build/cmake_modules/Makefile.am Modified files: Makefile.am configure.ac Modified: Makefile.am (+3 -1) =================================================================== --- Makefile.am 2012-04-17 10:16:29 +0900 (e51c949) +++ Makefile.am 2012-04-17 10:22:28 +0900 (3e22231) @@ -36,6 +36,7 @@ libmroonga_a_SOURCES = $(sources) libmroonga_a_LIBADD = $(libraries) SUBDIRS = \ + build \ lib \ test \ doc \ @@ -44,7 +45,8 @@ SUBDIRS = \ EXTRA_DIST = \ AUTHORS \ - plug.in + plug.in \ + CMakeLists.txt installcheck-local: install test/run-sql-test.sh Added: build/Makefile.am (+2 -0) 100644 =================================================================== --- /dev/null +++ build/Makefile.am 2012-04-17 10:22:28 +0900 (506a11d) @@ -0,0 +1,2 @@ +SUBDIRS = \ + cmake_modules Added: build/cmake_modules/Makefile.am (+2 -0) 100644 =================================================================== --- /dev/null +++ build/cmake_modules/Makefile.am 2012-04-17 10:22:28 +0900 (83fb0f0) @@ -0,0 +1,2 @@ +EXTRA_DIST = \ + ReadFileList.cmake Modified: configure.ac (+2 -0) =================================================================== --- configure.ac 2012-04-17 10:16:29 +0900 (c98626f) +++ configure.ac 2012-04-17 10:22:28 +0900 (6cb98d8) @@ -299,6 +299,8 @@ CXXFLAGS="$CXXFLAGS -Werror -fno-implicit-templates -fno-exceptions -fno-rtti -f AC_CONFIG_FILES([ Makefile + build/Makefile + build/cmake_modules/Makefile lib/Makefile test/Makefile test/unit/Makefile