aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-03-05 16:19:37 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-03-05 21:04:00 +0100
commit65f138e9a6156983ac74f8f1a5b8051d8f9be86a (patch)
treefe4e48a5d3abf7ba6a9fa18a673bdc94b6215b3c /src/secretsharing/Makefile.am
parent8a32cac23d7289cfb7d1d356603a523cf6effd13 (diff)
downloadgnunet-65f138e9a6156983ac74f8f1a5b8051d8f9be86a.tar.gz
gnunet-65f138e9a6156983ac74f8f1a5b8051d8f9be86a.zip
build profilers only if testing is enabled
build fails of consensus and secretsharing fails otherwise make[7]: *** No rule to make target '../../src/testbed/libgnunettestbed.la', needed by 'gnunet-consensus-profiler'. Stop
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 485183e36..4b9a06c40 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -17,9 +17,6 @@ if USE_COVERAGE
17endif 17endif
18 18
19 19
20bin_PROGRAMS = \
21 gnunet-secretsharing-profiler
22
23libexec_PROGRAMS = \ 20libexec_PROGRAMS = \
24 gnunet-service-secretsharing 21 gnunet-service-secretsharing
25 22
@@ -57,6 +54,9 @@ libgnunetsecretsharing_la_LDFLAGS = \
57 $(GN_LIB_LDFLAGS) 54 $(GN_LIB_LDFLAGS)
58 55
59if HAVE_TESTING 56if HAVE_TESTING
57bin_PROGRAMS = \
58 gnunet-secretsharing-profiler
59
60check_PROGRAMS = \ 60check_PROGRAMS = \
61 test_secretsharing_api 61 test_secretsharing_api
62 62