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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 44c5bbee4..9443e52be 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -100,6 +100,7 @@ libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \
100libgnunet_plugin_datastore_mysql_la_SOURCES = \ 100libgnunet_plugin_datastore_mysql_la_SOURCES = \
101 plugin_datastore_mysql.c 101 plugin_datastore_mysql.c
102libgnunet_plugin_datastore_mysql_la_LIBADD = \ 102libgnunet_plugin_datastore_mysql_la_LIBADD = \
103 $(top_builddir)/src/mysql/libgnunetmysql.la \
103 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 104 $(top_builddir)/src/statistics/libgnunetstatistics.la \
104 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lmysqlclient 105 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lmysqlclient
105libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ 106libgnunet_plugin_datastore_mysql_la_LDFLAGS = \