aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-09 04:46:52 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-09 04:46:52 +0000
commit62e9ff1328fdffd4e0e40b1c039668f79aece64f (patch)
treec57118aa2aa7197364bc995a5ed78a95e13a7dda /src/datastore
parenta8935d6b9cd972429dc7b84b4d2f3b40896688de (diff)
downloadgnunet-62e9ff1328fdffd4e0e40b1c039668f79aece64f.tar.gz
gnunet-62e9ff1328fdffd4e0e40b1c039668f79aece64f.zip
Add --with-zlib=[DIR] configure option.
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index c2acc2ffe..ef14175b2 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -124,7 +124,7 @@ libgnunet_plugin_datastore_mysql_la_SOURCES = \
124libgnunet_plugin_datastore_mysql_la_LIBADD = \ 124libgnunet_plugin_datastore_mysql_la_LIBADD = \
125 $(top_builddir)/src/mysql/libgnunetmysql.la \ 125 $(top_builddir)/src/mysql/libgnunetmysql.la \
126 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 126 $(top_builddir)/src/statistics/libgnunetstatistics.la \
127 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lmysqlclient 127 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) $(Z_LIBS) -lmysqlclient
128libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ 128libgnunet_plugin_datastore_mysql_la_LDFLAGS = \
129 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient 129 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient
130libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \ 130libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \