aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-21 12:10:37 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-21 12:10:37 +0000
commit794758088c32cdc349fe3aad83741d1b7055521e (patch)
tree94da1188177cf74e84116c129e28ee7a8ec6166c /src/dht
parentd05a7b8bf7857de47ad1093212a2f4059a9f3379 (diff)
downloadgnunet-794758088c32cdc349fe3aad83741d1b7055521e.tar.gz
gnunet-794758088c32cdc349fe3aad83741d1b7055521e.zip
check library location as done in configure.ac
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 64c6371a8..8f4fec4a9 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -39,7 +39,7 @@ libgnunetdhtlog_la_LIBADD = \
39libgnunetdhtlog_la_LDFLAGS = \ 39libgnunetdhtlog_la_LDFLAGS = \
40 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 40 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
41 -version-info 0:0:0 41 -version-info 0:0:0
42 42
43if HAVE_MYSQL 43if HAVE_MYSQL
44libgnunet_plugin_dhtlog_mysql_la_SOURCES = \ 44libgnunet_plugin_dhtlog_mysql_la_SOURCES = \
45 plugin_dhtlog_mysql.c 45 plugin_dhtlog_mysql.c
@@ -47,7 +47,9 @@ libgnunet_plugin_dhtlog_mysql_la_LIBADD = \
47 $(top_builddir)/src/util/libgnunetutil.la \ 47 $(top_builddir)/src/util/libgnunetutil.la \
48 $(XLIB) 48 $(XLIB)
49libgnunet_plugin_dhtlog_mysql_la_LDFLAGS = \ 49libgnunet_plugin_dhtlog_mysql_la_LDFLAGS = \
50 $(GN_PLUGIN_LDFLAGS) -lmysqlclient $(ZLIB_LNK) 50 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient $(ZLIB_LNK)
51libgnunet_plugin_dhtlog_mysql_la_CPPFLAGS = \
52 $(MYSQL_CPPFLAGS)
51endif 53endif
52 54
53libgnunetdht_la_SOURCES = \ 55libgnunetdht_la_SOURCES = \