aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/Makefile.am')
-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