From dbc823a07a03e1085172038125b0edf15b0dc6fe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Oct 2013 21:52:04 +0000 Subject: -finishing split of namestore into namestore and namecache (#3065) -- in theory; in practice, somehow something broke badly, so the tests are now failing --- src/namestore/Makefile.am | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/namestore/Makefile.am') diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 11e23a790..52000014b 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -39,7 +39,6 @@ if HAVE_TESTING TESTING_TESTS = \ test_namestore_api_store \ test_namestore_api_store_update \ - test_namestore_api_cache_block \ test_namestore_api_lookup_public \ test_namestore_api_remove \ test_namestore_api_remove_not_existing_record \ @@ -123,6 +122,7 @@ gnunet_service_namestore_SOURCES = \ gnunet-service-namestore.c gnunet_service_namestore_LDADD = \ + $(top_builddir)/src/namecache/libgnunetnamecache.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -183,14 +183,7 @@ test_namestore_api_store_update_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ - $(top_builddir)/src/namestore/libgnunetnamestore.la - -test_namestore_api_cache_block_SOURCES = \ - test_namestore_api_cache_block.c -test_namestore_api_cache_block_LDADD = \ - $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ + $(top_builddir)/src/namecache/libgnunetnamecache.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la test_namestore_api_lookup_public_SOURCES = \ @@ -199,6 +192,7 @@ test_namestore_api_lookup_public_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ + $(top_builddir)/src/namecache/libgnunetnamecache.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la test_namestore_api_put_SOURCES = \ -- cgit v1.2.3