From d94c5185fcdf47c6a57d3233b946fa7e621f7ad9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Sep 2014 13:54:57 +0000 Subject: fixing parallel build, getting rid of useless _DEPENDENCIES declarations --- src/namecache/Makefile.am | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'src/namecache') diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am index 16015e39f..81367c3c6 100644 --- a/src/namecache/Makefile.am +++ b/src/namecache/Makefile.am @@ -79,12 +79,8 @@ gnunet_namecache_SOURCES = \ gnunet_namecache_LDADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la \ + libgnunetnamecache.la \ $(GN_LIBINTL) -gnunet_namecache_DEPENDENCIES = \ - $(top_builddir)/src/identity/libgnunetidentity.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la gnunet_service_namecache_SOURCES = \ gnunet-service-namecache.c @@ -93,12 +89,8 @@ gnunet_service_namecache_LDADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la \ + libgnunetnamecache.la \ $(GN_LIBINTL) -gnunet_service_namecache_DEPENDENCIES = \ - $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la plugin_LTLIBRARIES = \ @@ -108,39 +100,30 @@ plugin_LTLIBRARIES = \ libgnunet_plugin_namecache_sqlite_la_SOURCES = \ plugin_namecache_sqlite.c libgnunet_plugin_namecache_sqlite_la_LIBADD = \ - $(top_builddir)/src/namecache/libgnunetnamecache.la \ + libgnunetnamecache.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ $(LTLIBINTL) libgnunet_plugin_namecache_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -libgnunet_plugin_namecache_sqlite_la_DEPENDENCIES = \ - $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la libgnunet_plugin_namecache_postgres_la_SOURCES = \ plugin_namecache_postgres.c libgnunet_plugin_namecache_postgres_la_LIBADD = \ - $(top_builddir)/src/namecache/libgnunetnamecache.la \ + libgnunetnamecache.la \ $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ $(LTLIBINTL) libgnunet_plugin_namecache_postgres_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS) -libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \ - $(top_builddir)/src/postgres/libgnunetpostgres.la \ - $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la test_namecache_api_cache_block_SOURCES = \ test_namecache_api_cache_block.c test_namecache_api_cache_block_LDADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ - $(top_builddir)/src/namecache/libgnunetnamecache.la \ + libgnunetnamecache.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la -- cgit v1.2.3