aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-01-10 05:49:13 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-01-10 05:53:28 +0100
commit3a5cc5d58fae009f3f46acae0d0f3aa371a201b7 (patch)
tree39dd65f00454510b2cd7b7e29986a7d4c09a1f9f /src/set/Makefile.am
parente2c3965e527aa00571e4e664bdfc3cecbd22a39d (diff)
downloadgnunet-3a5cc5d58fae009f3f46acae0d0f3aa371a201b7.tar.gz
gnunet-3a5cc5d58fae009f3f46acae0d0f3aa371a201b7.zip
don't attempt to build set profilers if testing is disabled
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 0142b1729..4d990479c 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -16,11 +16,13 @@ if USE_COVERAGE
16 AM_CFLAGS = -fprofile-arcs -ftest-coverage 16 AM_CFLAGS = -fprofile-arcs -ftest-coverage
17endif 17endif
18 18
19if HAVE_TESTING
19bin_PROGRAMS = \ 20bin_PROGRAMS = \
20 gnunet-set-profiler 21 gnunet-set-profiler
21 22
22noinst_PROGRAMS = \ 23noinst_PROGRAMS = \
23 gnunet-set-ibf-profiler 24 gnunet-set-ibf-profiler
25endif
24 26
25libexec_PROGRAMS = \ 27libexec_PROGRAMS = \
26 gnunet-service-set 28 gnunet-service-set