diff options
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r-- | src/consensus/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am index cf1d32e74..d7b23e7c6 100644 --- a/src/consensus/Makefile.am +++ b/src/consensus/Makefile.am @@ -89,7 +89,6 @@ libgnunet_plugin_block_consensus_la_LDFLAGS = \ -if HAVE_TESTING bin_PROGRAMS = \ gnunet-consensus-profiler @@ -100,7 +99,6 @@ if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; TESTS = $(check_PROGRAMS) endif -endif test_consensus_api_SOURCES = \ test_consensus_api.c |