aboutsummaryrefslogtreecommitdiff
path: root/src/setu
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 18:05:31 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 18:05:31 +0900
commit77ad6b7f86a696a82933e910bd0bcb305f613e95 (patch)
tree90b4516bdf1de9f74d08650b9279222e5add6960 /src/setu
parent4184e030e69107238ad35d99b402e1a688275f7c (diff)
downloadgnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.tar.gz
gnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.zip
- move from libexec to noinst
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am
index fd49c7752..5c33148cd 100644
--- a/src/setu/Makefile.am
+++ b/src/setu/Makefile.am
@@ -15,11 +15,11 @@ if USE_COVERAGE
15endif 15endif
16 16
17noinst_PROGRAMS = \ 17noinst_PROGRAMS = \
18 gnunet-setu-ibf-profiler 18 gnunet-setu-ibf-profiler \
19 gnunet-setu-profiler
19 20
20libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
21 gnunet-service-setu \ 22 gnunet-service-setu
22 gnunet-setu-profiler
23 23
24lib_LTLIBRARIES = \ 24lib_LTLIBRARIES = \
25 libgnunetsetu.la 25 libgnunetsetu.la