From: Daniel Golle Date: Tue, 10 Jan 2017 04:42:44 +0000 (+0100) Subject: don't attempt to build dht-profiler if testing is disabled X-Git-Tag: taler-0.2.1~472 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2c3965e527aa00571e4e664bdfc3cecbd22a39d;p=oweals%2Fgnunet.git don't attempt to build dht-profiler if testing is disabled --- diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index f91917768..1a174165c 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -58,8 +58,12 @@ endif noinst_PROGRAMS = \ gnunet-dht-monitor \ gnunet-dht-get \ - gnunet-dht-put \ + gnunet-dht-put + +if HAVE_TESTING +noinst_PROGRAMS += \ gnunet-dht-profiler +endif gnunet_service_dht_SOURCES = \ gnunet-service-dht.c gnunet-service-dht.h \