gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/02: don't attempt to build set profilers if tes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: don't attempt to build set profilers if testing is disabled
Date: Tue, 10 Jan 2017 05:54:22 +0100

This is an automated email from the git hooks/post-receive script.

daniel-golle pushed a commit to branch master
in repository gnunet.

commit 3a5cc5d58fae009f3f46acae0d0f3aa371a201b7
Author: Daniel Golle <address@hidden>
AuthorDate: Tue Jan 10 05:49:13 2017 +0100

    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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]