[Groonga-commit] groonga/groonga [master] am: add CMake modules into distributed archive

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 17日 (火) 10:24:27 JST


Kouhei Sutou	2012-04-17 10:24:27 +0900 (Tue, 17 Apr 2012)

  New Revision: 3f815e23ad936aa64332b934aeef385ff0bbedde

  Log:
    am: add CMake modules into distributed archive

  Added files:
    build/Makefile.am
    build/cmake_modules/Makefile.am
  Modified files:
    Makefile.am
    configure.ac

  Modified: Makefile.am (+1 -0)
===================================================================
--- Makefile.am    2012-04-17 10:13:03 +0900 (ec72a58)
+++ Makefile.am    2012-04-17 10:24:27 +0900 (f04fb9e)
@@ -5,6 +5,7 @@ LOCALES = ja
 ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS -I .
 AUTOMAKE_OPTIONS = 1.9.6
 SUBDIRS =					\
+	build					\
 	include					\
 	lib					\
 	plugins					\

  Added: build/Makefile.am (+2 -0) 100644
===================================================================
--- /dev/null
+++ build/Makefile.am    2012-04-17 10:24:27 +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:24:27 +0900 (83fb0f0)
@@ -0,0 +1,2 @@
+EXTRA_DIST =					\
+	ReadFileList.cmake

  Modified: configure.ac (+2 -0)
===================================================================
--- configure.ac    2012-04-17 10:13:03 +0900 (6d7887c)
+++ configure.ac    2012-04-17 10:24:27 +0900 (bfb44fa)
@@ -195,6 +195,8 @@ fi
 
 AC_CONFIG_FILES([
   Makefile
+  build/Makefile
+  build/cmake_modules/Makefile
   src/Makefile
   src/suggest/Makefile
   lib/Makefile




Groonga-commit メーリングリストの案内
Back to archive index