From: Daniel Golle Date: Tue, 10 Jan 2017 04:49:13 +0000 (+0100) Subject: don't attempt to build set profilers if testing is disabled X-Git-Tag: taler-0.2.1~471 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a5cc5d58fae009f3f46acae0d0f3aa371a201b7;p=oweals%2Fgnunet.git don't attempt to build set profilers if testing is disabled --- 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 AM_CFLAGS = -fprofile-arcs -ftest-coverage endif +if HAVE_TESTING bin_PROGRAMS = \ gnunet-set-profiler noinst_PROGRAMS = \ gnunet-set-ibf-profiler +endif libexec_PROGRAMS = \ gnunet-service-set