diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/datastore/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index ef14175b28..b54fef7928 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -51,6 +51,9 @@ gnunet_datastore_LDADD = \ $(top_builddir)/src/datastore/libgnunetdatastore.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_datastore_DEPENDENCIES = \ + libgnunetdatastore.la + if HAVE_MYSQL MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la |