aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-06-24 00:51:01 +0200
committerDaniel Golle <daniel@makrotopia.org>2017-06-24 13:30:13 +0200
commite29410cee115f099f093605692ec94614fbbe6d9 (patch)
treebdd8691dadcba927de15ffc2e6324b9684626ef6 /src/dht
parent9fd78c58ca973d35764d4d4e6a75aebdeb5ce77d (diff)
downloadgnunet-e29410cee115f099f093605692ec94614fbbe6d9.tar.gz
gnunet-e29410cee115f099f093605692ec94614fbbe6d9.zip
dht: install cli clients
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