[Groonga-commit] groonga/grnxx at 1587add [master] Add a missing entry to Makefile.

Zurück zum Archiv-Index

susumu.yata null+****@clear*****
Fri Sep 5 14:37:16 JST 2014


susumu.yata	2014-09-05 14:37:16 +0900 (Fri, 05 Sep 2014)

  New Revision: 1587addbba678abc566be1d5899f20721b072dbb
  https://github.com/groonga/grnxx/commit/1587addbba678abc566be1d5899f20721b072dbb

  Message:
    Add a missing entry to Makefile.

  Added files:
    include/grnxx/array/Makefile.am
  Modified files:
    configure.ac
    include/grnxx/Makefile.am

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2014-09-05 11:34:18 +0900 (50ee79e)
+++ configure.ac    2014-09-05 14:37:16 +0900 (1e74a12)
@@ -52,6 +52,7 @@ AC_CHECK_LIB([rt], [clock_gettime])
 AC_CONFIG_FILES([Makefile
                  include/Makefile
                  include/grnxx/Makefile
+                 include/grnxx/array/Makefile
                  lib/Makefile
                  lib/grnxx/Makefile
                  src/Makefile

  Modified: include/grnxx/Makefile.am (+3 -0)
===================================================================
--- include/grnxx/Makefile.am    2014-09-05 11:34:18 +0900 (e147311)
+++ include/grnxx/Makefile.am    2014-09-05 14:37:16 +0900 (2f7430e)
@@ -1,3 +1,6 @@
+SUBDIRS =		\
+	array
+
 pkginclude_HEADERS =	\
 	array.hpp	\
 	column.hpp	\

  Added: include/grnxx/array/Makefile.am (+3 -0) 100644
===================================================================
--- /dev/null
+++ include/grnxx/array/Makefile.am    2014-09-05 14:37:16 +0900 (48cda4d)
@@ -0,0 +1,3 @@
+pkgincludedir = ${includedir}/${PACKAGE}/array
+pkginclude_HEADERS =	\
+	bool.hpp
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index