[Groonga-commit] groonga/groonga [master] mruby: add MRUBY_CFLAGS to build options

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 15 14:13:16 JST 2013


Kouhei Sutou	2013-01-15 14:13:16 +0900 (Tue, 15 Jan 2013)

  New Revision: 0234e8c80d87c1fa7b1f32407b0b847300238579
  https://github.com/groonga/groonga/commit/0234e8c80d87c1fa7b1f32407b0b847300238579

  Merged 78e354e: Merge pull request #50 from groonga/mruby

  Log:
    mruby: add MRUBY_CFLAGS to build options

  Modified files:
    plugins/suggest/Makefile.am
    plugins/table/Makefile.am
    src/Makefile.am
    src/suggest/Makefile.am

  Modified: plugins/suggest/Makefile.am (+5 -2)
===================================================================
--- plugins/suggest/Makefile.am    2013-01-15 14:04:17 +0900 (19c5001)
+++ plugins/suggest/Makefile.am    2013-01-15 14:13:16 +0900 (08c51df)
@@ -1,11 +1,14 @@
 EXTRA_DIST =					\
 	CMakeLists.txt
 
+AM_CFLAGS =					\
+	$(MESSAGE_PACK_CFLAGS)			\
+	$(MRUBY_CFLAGS)
+
 INCLUDES =			\
 	-I$(top_builddir)	\
 	-I$(top_srcdir)/include	\
-	-I$(top_srcdir)/lib	\
-	$(MESSAGE_PACK_CFLAGS)
+	-I$(top_srcdir)/lib
 
 AM_LDFLAGS =					\
 	-avoid-version				\

  Modified: plugins/table/Makefile.am (+5 -2)
===================================================================
--- plugins/table/Makefile.am    2013-01-15 14:04:17 +0900 (37db668)
+++ plugins/table/Makefile.am    2013-01-15 14:13:16 +0900 (5eb16a9)
@@ -1,11 +1,14 @@
 EXTRA_DIST =					\
 	CMakeLists.txt
 
+AM_CFLAGS =					\
+	$(MESSAGE_PACK_CFLAGS)			\
+	$(MRUBY_CFLAGS)
+
 INCLUDES =			\
 	-I$(top_builddir)	\
 	-I$(top_srcdir)/include	\
-	-I$(top_srcdir)/lib	\
-	$(MESSAGE_PACK_CFLAGS)
+	-I$(top_srcdir)/lib
 
 AM_LDFLAGS =					\
 	-avoid-version				\

  Modified: src/Makefile.am (+2 -1)
===================================================================
--- src/Makefile.am    2013-01-15 14:04:17 +0900 (06de55f)
+++ src/Makefile.am    2013-01-15 14:13:16 +0900 (04d518f)
@@ -13,7 +13,8 @@ AM_CFLAGS =					\
 	$(NO_STRICT_ALIASING_CFLAGS)		\
 	$(COVERAGE_CFLAGS)			\
 	$(GRN_CFLAGS)				\
-	$(MESSAGE_PACK_CFLAGS)
+	$(MESSAGE_PACK_CFLAGS)			\
+	$(MRUBY_CFLAGS)
 DEFS += $(GRN_DEFS)
 
 AM_LDFLAGS = -no-undefined

  Modified: src/suggest/Makefile.am (+4 -1)
===================================================================
--- src/suggest/Makefile.am    2013-01-15 14:04:17 +0900 (048fdd9)
+++ src/suggest/Makefile.am    2013-01-15 14:13:16 +0900 (cecf400)
@@ -21,7 +21,10 @@ EXTRA_DIST =					\
 AM_CFLAGS =					\
 	$(NO_STRICT_ALIASING_CFLAGS)		\
 	$(COVERAGE_CFLAGS)			\
-	$(GRN_CFLAGS)
+	$(GRN_CFLAGS)				\
+	$(MESSAGE_PACK_CFLAGS)			\
+	$(MRUBY_CFLAGS)
+
 DEFS += $(GRN_DEFS)
 
 AM_LDFLAGS = -no-undefined
-------------- next part --------------
HTML����������������������������...
Download 



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