aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-02 08:54:18 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-02 08:54:18 +0000
commitedb4ddf051d91a2169d46f07b1bfea6df4d216bb (patch)
treee3b1a1095ece34ca21a420a290ad740663ec36a5 /src/consensus
parenta2417d5b3fc632fb1bacca6594c50a0ef7ffd23a (diff)
downloadgnunet-edb4ddf051d91a2169d46f07b1bfea6df4d216bb.tar.gz
gnunet-edb4ddf051d91a2169d46f07b1bfea6df4d216bb.zip
-noinst-ing non-functional binaries/libraries that just exist as examples/templates
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index 27a0eb2e9..eb0370eb5 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -22,11 +22,12 @@ bin_PROGRAMS = \
22libexec_PROGRAMS = \ 22libexec_PROGRAMS = \
23 gnunet-service-consensus 23 gnunet-service-consensus
24 24
25# FIXME: add option "configure --with-evil"?
26if HAVE_EXPERIMENTAL 25if HAVE_EXPERIMENTAL
26if ENABLE_MALICIOUS
27libexec_PROGRAMS += \ 27libexec_PROGRAMS += \
28 gnunet-service-evil-consensus 28 gnunet-service-evil-consensus
29endif 29endif
30endif
30 31
31lib_LTLIBRARIES = \ 32lib_LTLIBRARIES = \
32 libgnunetconsensus.la 33 libgnunetconsensus.la
@@ -83,4 +84,3 @@ test_consensus_api_LDADD = \
83 84
84EXTRA_DIST = \ 85EXTRA_DIST = \
85 test_consensus.conf 86 test_consensus.conf
86