[Groonga-commit] groonga/groonga [master] am: include CMakeLists.txt to distributed archive

Back to archive index

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


Kouhei Sutou	2012-04-17 10:13:03 +0900 (Tue, 17 Apr 2012)

  New Revision: bd9abe54f09131cf56ec654c911422d4126564cb

  Log:
    am: include CMakeLists.txt to distributed archive

  Modified files:
    Makefile.am
    lib/Makefile.am
    plugins/Makefile.am
    plugins/suggest/Makefile.am
    plugins/tokenizers/Makefile.am
    src/Makefile.am
    src/suggest/Makefile.am

  Modified: Makefile.am (+2 -1)
===================================================================
--- Makefile.am    2012-04-17 10:10:26 +0900 (ef409e6)
+++ Makefile.am    2012-04-17 10:13:03 +0900 (ec72a58)
@@ -19,7 +19,8 @@ SUBDIRS =					\
 EXTRA_DIST =					\
 	bindings				\
 	version-gen.sh				\
-	base_version
+	base_version				\
+	CMakeLists.txt
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = groonga.pc

  Modified: lib/Makefile.am (+2 -1)
===================================================================
--- lib/Makefile.am    2012-04-17 10:10:26 +0900 (97d5392)
+++ lib/Makefile.am    2012-04-17 10:13:03 +0900 (6dbb5a3)
@@ -25,6 +25,7 @@ libgroonga_la_LIBADD =				\
 EXTRA_DIST =					\
 	ecmascript.c				\
 	ecmascript.h				\
-	ecmascript.y
+	ecmascript.y				\
+	CMakeLists.txt
 
 CLEANFILES = *.gcno *.gcda

  Modified: plugins/Makefile.am (+3 -0)
===================================================================
--- plugins/Makefile.am    2012-04-17 10:10:26 +0900 (39e9ed8)
+++ plugins/Makefile.am    2012-04-17 10:13:03 +0900 (054db03)
@@ -1,3 +1,6 @@
 SUBDIRS =		\
 	tokenizers	\
 	suggest
+
+EXTRA_DIST =					\
+	CMakeLists.txt

  Modified: plugins/suggest/Makefile.am (+3 -0)
===================================================================
--- plugins/suggest/Makefile.am    2012-04-17 10:10:26 +0900 (e16a947)
+++ plugins/suggest/Makefile.am    2012-04-17 10:13:03 +0900 (19c5001)
@@ -1,3 +1,6 @@
+EXTRA_DIST =					\
+	CMakeLists.txt
+
 INCLUDES =			\
 	-I$(top_builddir)	\
 	-I$(top_srcdir)/include	\

  Modified: plugins/tokenizers/Makefile.am (+3 -0)
===================================================================
--- plugins/tokenizers/Makefile.am    2012-04-17 10:10:26 +0900 (ba200b3)
+++ plugins/tokenizers/Makefile.am    2012-04-17 10:13:03 +0900 (71804f8)
@@ -1,3 +1,6 @@
+EXTRA_DIST =					\
+	CMakeLists.txt
+
 INCLUDES =			\
 	-I$(top_builddir)	\
 	-I$(top_srcdir)/include	\

  Modified: src/Makefile.am (+3 -0)
===================================================================
--- src/Makefile.am    2012-04-17 10:10:26 +0900 (e424c40)
+++ src/Makefile.am    2012-04-17 10:13:03 +0900 (912c503)
@@ -5,6 +5,9 @@ NONEXISTENT_CXX_SOURCE = nonexistent.cpp
 bin_PROGRAMS = groonga groonga-benchmark
 noinst_PROGRAMS = grnslap
 
+EXTRA_DIST =					\
+	CMakeLists.txt
+
 AM_CFLAGS =					\
 	$(NO_STRICT_ALIASING_CFLAGS)		\
 	$(COVERAGE_CFLAGS)			\

  Modified: src/suggest/Makefile.am (+3 -0)
===================================================================
--- src/suggest/Makefile.am    2012-04-17 10:10:26 +0900 (1ed0af4)
+++ src/suggest/Makefile.am    2012-04-17 10:13:03 +0900 (048fdd9)
@@ -15,6 +15,9 @@ endif
 
 endif
 
+EXTRA_DIST =					\
+	CMakeLists.txt
+
 AM_CFLAGS =					\
 	$(NO_STRICT_ALIASING_CFLAGS)		\
 	$(COVERAGE_CFLAGS)			\




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