aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-01-10 05:42:44 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-01-10 05:42:44 +0100
commite2c3965e527aa00571e4e664bdfc3cecbd22a39d (patch)
tree0803ce946778a11826e247e8dce47855adaaafd7 /src/dht
parentc23a8589b5894048194a33c0a6dba66e085bec3e (diff)
downloadgnunet-e2c3965e527aa00571e4e664bdfc3cecbd22a39d.tar.gz
gnunet-e2c3965e527aa00571e4e664bdfc3cecbd22a39d.zip
don't attempt to build dht-profiler if testing is disabled
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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
58noinst_PROGRAMS = \ 58noinst_PROGRAMS = \
59 gnunet-dht-monitor \ 59 gnunet-dht-monitor \
60 gnunet-dht-get \ 60 gnunet-dht-get \
61 gnunet-dht-put \ 61 gnunet-dht-put
62
63if HAVE_TESTING
64noinst_PROGRAMS += \
62 gnunet-dht-profiler 65 gnunet-dht-profiler
66endif
63 67
64gnunet_service_dht_SOURCES = \ 68gnunet_service_dht_SOURCES = \
65 gnunet-service-dht.c gnunet-service-dht.h \ 69 gnunet-service-dht.c gnunet-service-dht.h \