aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/namestore/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 9089fa422..17bd534c7 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -52,7 +52,7 @@ TESTING_TESTS = \
52 test_namestore_api_zone_iteration_stop \ 52 test_namestore_api_zone_iteration_stop \
53 test_namestore_api_monitoring \ 53 test_namestore_api_monitoring \
54 test_namestore_api_monitoring_existing 54 test_namestore_api_monitoring_existing
55#test_namestore_api_zone_to_name 55# test_namestore_api_zone_to_name
56endif 56endif
57 57
58if HAVE_SQLITE 58if HAVE_SQLITE
@@ -254,12 +254,12 @@ test_namestore_api_remove_not_existing_record_LDADD = \
254 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 254 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
255 $(top_builddir)/src/namestore/libgnunetnamestore.la 255 $(top_builddir)/src/namestore/libgnunetnamestore.la
256 256
257test_namestore_api_zone_to_name_SOURCES = \ 257#test_namestore_api_zone_to_name_SOURCES = \
258 test_namestore_api_zone_to_name.c 258# test_namestore_api_zone_to_name.c
259test_namestore_api_zone_to_name_LDADD = \ 259#test_namestore_api_zone_to_name_LDADD = \
260 $(top_builddir)/src/testing/libgnunettesting.la \ 260# $(top_builddir)/src/testing/libgnunettesting.la \
261 $(top_builddir)/src/util/libgnunetutil.la \ 261# $(top_builddir)/src/util/libgnunetutil.la \
262 $(top_builddir)/src/namestore/libgnunetnamestore.la 262# $(top_builddir)/src/namestore/libgnunetnamestore.la
263 263
264test_namestore_api_monitoring_SOURCES = \ 264test_namestore_api_monitoring_SOURCES = \
265 test_namestore_api_monitoring.c 265 test_namestore_api_monitoring.c