From: Daniel Golle Date: Fri, 23 Jun 2017 22:51:01 +0000 (+0200) Subject: dht: install cli clients X-Git-Tag: gnunet-0.11.0rc0~215 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e29410cee115f099f093605692ec94614fbbe6d9;p=oweals%2Fgnunet.git dht: install cli clients --- 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