aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/Makefile.am')
-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 = \