From 3a5cc5d58fae009f3f46acae0d0f3aa371a201b7 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 10 Jan 2017 05:49:13 +0100 Subject: [PATCH] don't attempt to build set profilers if testing is disabled --- src/set/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1