aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index f712890ac..00ce0e934 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -50,13 +50,13 @@ libgnunet_plugin_block_dht_la_LDFLAGS = \
50libexec_PROGRAMS = \ 50libexec_PROGRAMS = \
51 gnunet-service-dht 51 gnunet-service-dht
52 52
53noinst_PROGRAMS = \ 53bin_PROGRAMS = \
54 gnunet-dht-monitor \ 54 gnunet-dht-monitor \
55 gnunet-dht-get \ 55 gnunet-dht-get \
56 gnunet-dht-put 56 gnunet-dht-put
57 57
58if HAVE_TESTING 58if HAVE_TESTING
59noinst_PROGRAMS += \ 59noinst_PROGRAMS = \
60 gnunet-dht-profiler 60 gnunet-dht-profiler
61endif 61endif
62 62