[Groonga-commit] groonga/groonga [master] Concat noinst_HEADERS to _SOURCES

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 21日 (水) 11:28:41 JST


Kouhei Sutou	2012-03-21 11:28:41 +0900 (Wed, 21 Mar 2012)

  New Revision: 1d5c4cbec4da5bbd0e7e8336c8ce1242396a286d

  Log:
    Concat noinst_HEADERS to _SOURCES

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+10 -12)
===================================================================
--- lib/Makefile.am    2012-03-21 11:26:34 +0900 (175593e)
+++ lib/Makefile.am    2012-03-21 11:28:41 +0900 (f259704)
@@ -31,18 +31,7 @@ libgroonga_la_SOURCES =				\
 	plugin.c				\
 	output.c				\
 	geo.c					\
-	tokenizer.c
-
-libgroonga_la_LDFLAGS =				\
-	-version-info $(LT_VERSION_INFO)	\
-	-no-undefined				\
-	$(WINDOWS_LDFLAGS)
-
-libgroonga_la_LIBADD =				\
-	dat/libgrndat.la			\
-	$(MESSAGE_PACK_LIBS)
-
-noinst_HEADERS =				\
+	tokenizer.c				\
 	com.h					\
 	ctx.h					\
 	ctx_impl.h				\
@@ -64,6 +53,15 @@ noinst_HEADERS =				\
 	token.h					\
 	util.h
 
+libgroonga_la_LDFLAGS =				\
+	-version-info $(LT_VERSION_INFO)	\
+	-no-undefined				\
+	$(WINDOWS_LDFLAGS)
+
+libgroonga_la_LIBADD =				\
+	dat/libgrndat.la			\
+	$(MESSAGE_PACK_LIBS)
+
 EXTRA_DIST = ecmascript.c ecmascript.h ecmascript.y
 
 CLEANFILES = *.gcno *.gcda




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