aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index ef14175b2..b54fef792 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -51,6 +51,9 @@ gnunet_datastore_LDADD = \
51 $(top_builddir)/src/datastore/libgnunetdatastore.la \ 51 $(top_builddir)/src/datastore/libgnunetdatastore.la \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
53 $(GN_LIBINTL) 53 $(GN_LIBINTL)
54gnunet_datastore_DEPENDENCIES = \
55 libgnunetdatastore.la
56
54 57
55if HAVE_MYSQL 58if HAVE_MYSQL
56 MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la 59 MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la