[Groonga-commit] groonga/groonga at 23783b1 [master] ts: add missing include for MessagePack

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 1 21:36:04 JST 2015


Kouhei Sutou	2015-12-01 21:36:04 +0900 (Tue, 01 Dec 2015)

  New Revision: 23783b1076922f4755f5e1ba42e77022e88246bb
  https://github.com/groonga/groonga/commit/23783b1076922f4755f5e1ba42e77022e88246bb

  Message:
    ts: add missing include for MessagePack
    
    [groonga-dev,03708]
    
    Reported by Ryo Sugimoto. Thanks!!!

  Modified files:
    lib/ts/Makefile.am

  Modified: lib/ts/Makefile.am (+2 -1)
===================================================================
--- lib/ts/Makefile.am    2015-11-30 21:32:50 +0900 (0a9ac6b)
+++ lib/ts/Makefile.am    2015-12-01 21:36:04 +0900 (f1f21df)
@@ -10,7 +10,8 @@ DEFAULT_INCLUDES =				\
 AM_CFLAGS =					\
 	$(NO_STRICT_ALIASING_CFLAGS)		\
 	$(COVERAGE_CFLAGS)			\
-	$(GRN_CFLAGS)
+	$(GRN_CFLAGS)				\
+	$(MESSAGE_PACK_CFLAGS)
 
 noinst_LTLIBRARIES = libgrnts.la
 
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index