[Groonga-commit] groonga/groonga [master] add missing compile flags for MessagePack.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 6日 (月) 15:42:52 JST


Kouhei Sutou	2012-02-06 15:42:52 +0900 (Mon, 06 Feb 2012)

  New Revision: 9c3b850f57617fd971db450971fb5d689a32a7bb

  Log:
    add missing compile flags for MessagePack.

  Modified files:
    plugins/suggest/Makefile.am

  Modified: plugins/suggest/Makefile.am (+5 -3)
===================================================================
--- plugins/suggest/Makefile.am    2012-02-06 15:08:29 +0900 (8c6548b)
+++ plugins/suggest/Makefile.am    2012-02-06 15:42:52 +0900 (34731ba)
@@ -1,7 +1,8 @@
-INCLUDES = 			\
+INCLUDES =			\
 	-I$(top_builddir)	\
 	-I$(top_srcdir)/include	\
-	-I$(top_srcdir)/lib
+	-I$(top_srcdir)/lib	\
+	$(MESSAGE_PACK_CFLAGS)
 
 AM_LDFLAGS =					\
 	-avoid-version				\
@@ -9,7 +10,8 @@ AM_LDFLAGS =					\
 	-no-undefined
 
 LIBS =						\
-	$(top_builddir)/lib/libgroonga.la
+	$(top_builddir)/lib/libgroonga.la	\
+	$(MESSAGE_PACK_LIBS)
 
 suggest_plugins_LTLIBRARIES = suggest.la
 




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