[Groonga-commit] groonga/groonga at d501553 [master] Add missing include path

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 9 22:57:07 JST 2015


Kouhei Sutou	2015-11-09 22:57:07 +0900 (Mon, 09 Nov 2015)

  New Revision: d50155312e15e76987a74197280ca41896fa6b55
  https://github.com/groonga/groonga/commit/d50155312e15e76987a74197280ca41896fa6b55

  Message:
    Add missing include path
    
    lib/grn*.h require mruby.h.

  Modified files:
    lib/ts/Makefile.am

  Modified: lib/ts/Makefile.am (+6 -1)
===================================================================
--- lib/ts/Makefile.am    2015-11-09 17:24:50 +0900 (e8a1c77)
+++ lib/ts/Makefile.am    2015-11-09 22:57:07 +0900 (0a9ac6b)
@@ -1,6 +1,11 @@
+BUNDLED_LIBRARIES_CFLAGS =			\
+	$(MRUBY_CFLAGS)				\
+	$(ONIGMO_CFLAGS)
+
 DEFAULT_INCLUDES =				\
 	-I$(top_builddir)			\
-	-I$(top_srcdir)/include
+	-I$(top_srcdir)/include			\
+	$(BUNDLED_LIBRARIES_CFLAGS)
 
 AM_CFLAGS =					\
 	$(NO_STRICT_ALIASING_CFLAGS)		\
-------------- next part --------------
HTML����������������������������...
Download 



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