From b9231d3c3f9a12c7afbe4af47af6fd970ca20bea Mon Sep 17 00:00:00 2001 From: LRN Date: Sat, 15 Jun 2013 21:32:12 +0000 Subject: Make gnunet-datastore dependent on libgnunetdatastore --- src/datastore/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/datastore/Makefile.am') 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 = \ $(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 -- cgit v1.2.3