[Groonga-commit] groonga/groonga at fbdefbc [master] Add descriptive macro

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jan 30 14:46:18 JST 2015


Kouhei Sutou	2015-01-30 14:46:18 +0900 (Fri, 30 Jan 2015)

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

  Message:
    Add descriptive macro

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+5 -2)
===================================================================
--- lib/Makefile.am    2015-01-30 14:42:06 +0900 (84da184)
+++ lib/Makefile.am    2015-01-30 14:46:18 +0900 (8f4e76e)
@@ -12,11 +12,14 @@ AM_CFLAGS =					\
 	$(MESSAGE_PACK_CFLAGS)			\
 	$(LIBLZ4_CFLAGS)
 
+BUNDLED_LIBRARIES_CFLAGS =			\
+	$(MRUBY_CFLAGS)				\
+	$(ONIGMO_CFLAGS)
+
 DEFAULT_INCLUDES =				\
 	-I$(top_builddir)			\
 	-I$(top_srcdir)/include			\
-	$(MRUBY_CFLAGS)				\
-	$(ONIGMO_CFLAGS)
+	$(BUNDLED_LIBRARIES_CFLAGS)
 
 DEFS += -D_REENTRANT $(GRN_DEFS) -DGRN_DAT_EXPORT
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る