diff options
author | LRN <lrn1986@gmail.com> | 2013-06-15 21:32:12 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-06-15 21:32:12 +0000 |
commit | b9231d3c3f9a12c7afbe4af47af6fd970ca20bea (patch) | |
tree | ff0fa0232194f7df961d7337608f14dd15c91a5e /src | |
parent | b1a14aa967f4dff45e008bf3eb575e397f8c7d64 (diff) |
Make gnunet-datastore dependent on libgnunetdatastore
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 |