gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit b9231d3c3f9a12c7afbe4af47af6fd970ca20bea
parent b1a14aa967f4dff45e008bf3eb575e397f8c7d64
Author: LRN <lrn1986@gmail.com>
Date:   Sat, 15 Jun 2013 21:32:12 +0000

Make gnunet-datastore dependent on libgnunetdatastore

Diffstat:
Msrc/datastore/Makefile.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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