From 21f92c1b07d8361c270fa08f9f41d78a3e8e18b3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Jun 2012 12:03:27 +0000 Subject: [PATCH] -LRN: more dependency fixes --- src/block/Makefile.am | 2 ++ src/namestore/Makefile.am | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/block/Makefile.am b/src/block/Makefile.am index 7bfac24a4..a949833f9 100644 --- a/src/block/Makefile.am +++ b/src/block/Makefile.am @@ -25,6 +25,8 @@ libgnunet_plugin_block_template_la_LIBADD = \ $(LTLIBINTL) libgnunet_plugin_block_template_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_block_template_la_DEPENDENCIES = \ + libgnunetblock.la libgnunet_plugin_block_test_la_SOURCES = \ plugin_block_test.c diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 34cf4e183..8b328b1a8 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -107,7 +107,6 @@ libgnunet_plugin_namestore_sqlite_la_LIBADD = \ libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunetnamestore.la @@ -124,7 +123,6 @@ libgnunet_plugin_namestore_postgres_la_LIBADD = \ libgnunet_plugin_namestore_postgres_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \ - $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ -- 2.25.1