projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23a858
)
don't attempt to build dht-profiler if testing is disabled
author
Daniel Golle
<daniel@makrotopia.org>
Tue, 10 Jan 2017 04:42:44 +0000
(
05:42
+0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 10 Jan 2017 04:42:44 +0000
(
05:42
+0100)
src/dht/Makefile.am
patch
|
blob
|
history
diff --git
a/src/dht/Makefile.am
b/src/dht/Makefile.am
index f91917768bed5118f5a04cffd71f3cda7c04b708..1a174165cc798651757277fd4220160fa1abf39b 100644
(file)
--- 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 \