diff options
Diffstat (limited to 'src/setu/Makefile.am')
-rw-r--r-- | src/setu/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am index 897bf3f86..fd49c7752 100644 --- a/src/setu/Makefile.am +++ b/src/setu/Makefile.am @@ -14,14 +14,12 @@ if USE_COVERAGE AM_CFLAGS = -fprofile-arcs -ftest-coverage endif -bin_PROGRAMS = \ - gnunet-setu-profiler - noinst_PROGRAMS = \ gnunet-setu-ibf-profiler libexec_PROGRAMS = \ - gnunet-service-setu + gnunet-service-setu \ + gnunet-setu-profiler lib_LTLIBRARIES = \ libgnunetsetu.la |