[Groonga-commit] groonga/groonga [master] Don't build a plugin for test on no Cutter build.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 24日 (金) 23:34:07 JST


Kouhei Sutou	2012-02-24 23:34:07 +0900 (Fri, 24 Feb 2012)

  New Revision: 3f1f5a4d1af405e2974cde03d7c63c08ee0e5617

  Log:
    Don't build a plugin for test on no Cutter build.

  Modified files:
    test/unit/fixtures/plugins/Makefile.am

  Modified: test/unit/fixtures/plugins/Makefile.am (+3 -1)
===================================================================
--- test/unit/fixtures/plugins/Makefile.am    2012-02-24 15:47:19 +0900 (82e5037)
+++ test/unit/fixtures/plugins/Makefile.am    2012-02-24 23:34:07 +0900 (1a4fa66)
@@ -1,4 +1,4 @@
-INCLUDES = 			\
+INCLUDES =			\
 	-I$(top_builddir)	\
 	-I$(top_srcdir)/include	\
 	-I$(top_srcdir)/lib
@@ -12,6 +12,8 @@ AM_LDFLAGS =					\
 LIBS =						\
 	$(top_builddir)/lib/libgroonga.la
 
+if WITH_CUTTER
 noinst_LTLIBRARIES = string.la
+endif
 
 string_la_SOURCES = string.c




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