diff options
Diffstat (limited to 'src/setu/Makefile.am')
-rw-r--r-- | src/setu/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am index 77d048add..897bf3f86 100644 --- a/src/setu/Makefile.am +++ b/src/setu/Makefile.am @@ -14,13 +14,11 @@ if USE_COVERAGE AM_CFLAGS = -fprofile-arcs -ftest-coverage endif -if HAVE_TESTING bin_PROGRAMS = \ gnunet-setu-profiler noinst_PROGRAMS = \ gnunet-setu-ibf-profiler -endif libexec_PROGRAMS = \ gnunet-service-setu @@ -67,11 +65,9 @@ libgnunetsetu_la_LIBADD = \ libgnunetsetu_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) -if HAVE_TESTING check_PROGRAMS = \ test_setu_api \ perf_setu_api -endif 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; |