Navigation Menu

Skip to content

Commit

Permalink
Add flags for lib's compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Aug 5, 2012
1 parent e72628c commit a3bfeff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Makefile.am
Expand Up @@ -4,6 +4,10 @@ AM_CPPFLAGS = \
$(MYSQL_VERSION_CFLAGS) \
-I$(top_srcdir)

libmrn_need_mysql_la_LDFLAGS = -module $(GROONGA_LIBS)
libmrn_need_mysql_la_CXXFLAGS = $(AM_CXXFLAGS) $(MYSQL_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
libmrn_need_mysql_la_CFLAGS = $(AM_CFLAGS) $(MYSQL_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN

noinst_LTLIBRARIES = \
libmrn_no_mysql.la \
libmrn_need_mysql.la
Expand Down

0 comments on commit a3bfeff

Please sign in to comment.