aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 919eca438..69e34000c 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -52,10 +52,8 @@ bin_PROGRAMS = \
52 gnunet-dht-get \ 52 gnunet-dht-get \
53 gnunet-dht-put 53 gnunet-dht-put
54 54
55if HAVE_TESTING
56noinst_PROGRAMS = \ 55noinst_PROGRAMS = \
57 gnunet-dht-profiler 56 gnunet-dht-profiler
58endif
59 57
60gnunet_service_dht_SOURCES = \ 58gnunet_service_dht_SOURCES = \
61 gnunet-service-dht.c gnunet-service-dht.h \ 59 gnunet-service-dht.c gnunet-service-dht.h \
@@ -117,9 +115,7 @@ gnunet_dht_profiler_LDADD = \
117gnunet_dht_profiler_LDFLAGS = \ 115gnunet_dht_profiler_LDFLAGS = \
118 $(GN_LIBINTL) 116 $(GN_LIBINTL)
119 117
120if HAVE_TESTING
121noinst_LIBRARIES = libgnunetdhttest.a 118noinst_LIBRARIES = libgnunetdhttest.a
122endif
123 119
124libgnunetdhttest_a_SOURCES = \ 120libgnunetdhttest_a_SOURCES = \
125 dht_test_lib.c dht_test_lib.h 121 dht_test_lib.c dht_test_lib.h
@@ -128,7 +124,6 @@ libgnunetdhttest_a_LIBADD = \
128 $(top_builddir)/src/testbed/libgnunettestbed.la \ 124 $(top_builddir)/src/testbed/libgnunettestbed.la \
129 libgnunetdht.la 125 libgnunetdht.la
130 126
131if HAVE_TESTING
132check_PROGRAMS = \ 127check_PROGRAMS = \
133 test_dht_api \ 128 test_dht_api \
134 test_dht_twopeer \ 129 test_dht_twopeer \
@@ -136,7 +131,6 @@ check_PROGRAMS = \
136 test_dht_line \ 131 test_dht_line \
137 test_dht_2dtorus \ 132 test_dht_2dtorus \
138 test_dht_monitor 133 test_dht_monitor
139endif
140 134
141if HAVE_EXPERIMENTAL 135if HAVE_EXPERIMENTAL
142# These tests still do not work as testbed does 136# These tests still do not work as testbed does