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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index a96e22d4c..3c687e8ce 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -71,10 +71,10 @@ libgnunet_plugin_datastore_mysql_la_SOURCES = \
71 plugin_datastore_mysql.c 71 plugin_datastore_mysql.c
72libgnunet_plugin_datastore_mysql_la_LIBADD = \ 72libgnunet_plugin_datastore_mysql_la_LIBADD = \
73 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 73 $(top_builddir)/src/statistics/libgnunetstatistics.la \
74 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lsqlite3 74 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lmysqlclient
75libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ 75libgnunet_plugin_datastore_mysql_la_LDFLAGS = \
76 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient 76 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient
77libgnunet_plugin_datastore_sqlite_la_CPFLAGS = \ 77libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \
78 $(MYSQL_CPPFLAGS) 78 $(MYSQL_CPPFLAGS)
79 79
80 80