[Groonga-mysql-commit] mroonga/mroonga [master] Use += expression

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Feb 26 14:50:18 JST 2013


HAYASHI Kentaro	2013-02-26 14:50:18 +0900 (Tue, 26 Feb 2013)

  New Revision: 7d85f1d504dfb9fbf68df93e093cca200c9fd02d
  https://github.com/mroonga/mroonga/commit/7d85f1d504dfb9fbf68df93e093cca200c9fd02d

  Log:
    Use += expression

  Modified files:
    Makefile.am

  Modified: Makefile.am (+2 -3)
===================================================================
--- Makefile.am    2013-02-26 14:49:15 +0900 (5371dcf)
+++ Makefile.am    2013-02-26 14:50:18 +0900 (3976845)
@@ -11,10 +11,9 @@ libraries =					\
 	$(top_builddir)/lib/libmrn_no_mysql.la	\
 	$(top_builddir)/lib/libmrn_need_mysql.la
 
-if WITH_LIBMYSQLSERVICES
-dynamic_plugin_ldflags  = -module $(GROONGA_LIBS) -L$(plugindir)/.. -lmysqlservices
-else
 dynamic_plugin_ldflags  = -module $(GROONGA_LIBS) -L$(plugindir)/..
+if WITH_LIBMYSQLSERVICES
+dynamic_plugin_ldflags += -lmysqlservices
 endif
 dynamic_plugin_cxxflags = $(AM_CXXFLAGS) $(MYSQL_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 dynamic_plugin_cflags   = $(AM_CFLAGS) $(MYSQL_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
-------------- next part --------------
HTML����������������������������...
Download 



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