From e29410cee115f099f093605692ec94614fbbe6d9 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 24 Jun 2017 00:51:01 +0200 Subject: [PATCH] dht: install cli clients --- src/dht/Makefile.am | 4 ++-- 1 file 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 = \ libexec_PROGRAMS = \ gnunet-service-dht -noinst_PROGRAMS = \ +bin_PROGRAMS = \ gnunet-dht-monitor \ gnunet-dht-get \ gnunet-dht-put if HAVE_TESTING -noinst_PROGRAMS += \ +noinst_PROGRAMS = \ gnunet-dht-profiler endif -- 2.25.1