null+****@clear*****
null+****@clear*****
2012年 4月 17日 (火) 11:43:13 JST
Kouhei Sutou 2012-04-17 11:43:13 +0900 (Tue, 17 Apr 2012)
New Revision: cd0377b8b49f62f059ae387840e2a1e6b47b7cdd
Log:
am: add missing CMakeLists.txt
Modified files:
data/Makefile.am
data/html/Makefile.am
include/Makefile.am
Modified: data/Makefile.am (+3 -0)
===================================================================
--- data/Makefile.am 2012-04-17 10:25:26 +0900 (77a8986)
+++ data/Makefile.am 2012-04-17 11:43:13 +0900 (f197921)
@@ -8,3 +8,6 @@ SUBDIRS = \
pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
dist_pkgsysconf_DATA = \
groonga.conf
+
+EXTRA_DIST = \
+ CMakeLists.txt
Modified: data/html/Makefile.am (+3 -0)
===================================================================
--- data/html/Makefile.am 2012-04-17 10:25:26 +0900 (e002adf)
+++ data/html/Makefile.am 2012-04-17 11:43:13 +0900 (e8c946c)
@@ -2,5 +2,8 @@ htmldir = $(pkgdatadir)/html
include nobase_html_files.am
+EXTRA_DIST = \
+ CMakeLists.txt
+
update-files:
cd $(srcdir); ./update-files.sh > nobase_html_files.am
Modified: include/Makefile.am (+3 -0)
===================================================================
--- include/Makefile.am 2012-04-17 10:25:26 +0900 (d2945d8)
+++ include/Makefile.am 2012-04-17 11:43:13 +0900 (19ced0d)
@@ -1,3 +1,6 @@
SUBDIRS = groonga
pkginclude_HEADERS = groonga.h
+
+EXTRA_DIST = \
+ CMakeLists.txt