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.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index d7b23e7c6..c7480a802 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -16,7 +16,8 @@ endif
16 16
17 17
18libexec_PROGRAMS = \ 18libexec_PROGRAMS = \
19 gnunet-service-consensus 19 gnunet-service-consensus \
20 gnunet-consensus-profiler
20 21
21if ENABLE_MALICIOUS 22if ENABLE_MALICIOUS
22libexec_PROGRAMS += \ 23libexec_PROGRAMS += \
@@ -89,9 +90,6 @@ libgnunet_plugin_block_consensus_la_LDFLAGS = \
89 90
90 91
91 92
92bin_PROGRAMS = \
93 gnunet-consensus-profiler
94
95check_PROGRAMS = \ 93check_PROGRAMS = \
96 test_consensus_api 94 test_consensus_api
97 95