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: 6ff9e093214cc60d2f0b8e1489e47b0516c38b76
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