aboutsummaryrefslogtreecommitdiff
path: root/src/set
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/set
parent4184e030e69107238ad35d99b402e1a688275f7c (diff)
downloadgnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.tar.gz
gnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.zip
- move from libexec to noinst
Diffstat (limited to 'src/set')
-rw-r--r--src/set/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 36ec2b298..bf4c8229c 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -15,11 +15,11 @@ if USE_COVERAGE
15endif 15endif
16 16
17noinst_PROGRAMS = \ 17noinst_PROGRAMS = \
18 gnunet-set-ibf-profiler 18 gnunet-set-ibf-profiler \
19 gnunet-set-profiler
19 20
20libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
21 gnunet-service-set \ 22 gnunet-service-set
22 gnunet-set-profiler
23 23
24lib_LTLIBRARIES = \ 24lib_LTLIBRARIES = \
25 libgnunetset.la 25 libgnunetset.la