diff options
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am index 2b1987fbc..c0205ee5d 100644 --- a/src/consensus/Makefile.am +++ b/src/consensus/Makefile.am @@ -18,8 +18,6 @@ if USE_COVERAGE AM_CFLAGS = -fprofile-arcs -ftest-coverage endif -bin_PROGRAMS = \ - gnunet-consensus-profiler libexec_PROGRAMS = \ gnunet-service-consensus @@ -86,6 +84,9 @@ libgnunet_plugin_block_consensus_la_LDFLAGS = \ if HAVE_TESTING +bin_PROGRAMS = \ + gnunet-consensus-profiler + check_PROGRAMS = \ test_consensus_api |