diff options
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r-- | src/consensus/Makefile.am | 6 |
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 libexec_PROGRAMS = \ - gnunet-service-consensus + gnunet-service-consensus \ + gnunet-consensus-profiler if ENABLE_MALICIOUS libexec_PROGRAMS += \ @@ -89,9 +90,6 @@ libgnunet_plugin_block_consensus_la_LDFLAGS = \ -bin_PROGRAMS = \ - gnunet-consensus-profiler - check_PROGRAMS = \ test_consensus_api |