aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-16 18:08:04 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-16 18:08:04 +0000
commit1b232edaaf7ea6f77d3246c390a43ac25fbd164b (patch)
tree7712a7e82a4e36bf88eca07f9b7068cdce8dd465 /src
parentdbd516d426cd54b2991be23f1e94938a41e97172 (diff)
downloadgnunet-1b232edaaf7ea6f77d3246c390a43ac25fbd164b.tar.gz
gnunet-1b232edaaf7ea6f77d3246c390a43ac25fbd164b.zip
-experimental is by dir, not only for malicious op
Diffstat (limited to 'src')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index b79e92c60..c63434f94 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -22,12 +22,10 @@ bin_PROGRAMS = \
22libexec_PROGRAMS = \ 22libexec_PROGRAMS = \
23 gnunet-service-consensus 23 gnunet-service-consensus
24 24
25if HAVE_EXPERIMENTAL
26if ENABLE_MALICIOUS 25if ENABLE_MALICIOUS
27libexec_PROGRAMS += \ 26libexec_PROGRAMS += \
28 gnunet-service-evil-consensus 27 gnunet-service-evil-consensus
29endif 28endif
30endif
31 29
32lib_LTLIBRARIES = \ 30lib_LTLIBRARIES = \
33 libgnunetconsensus.la 31 libgnunetconsensus.la