aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 17:26:29 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 17:26:29 +0900
commit4184e030e69107238ad35d99b402e1a688275f7c (patch)
tree1a0a2e58b84caa1395c03dcf2397a3b343a63423 /src/set
parent25d4c3a134b1c2e5681a7692e192711f33a97369 (diff)
downloadgnunet-4184e030e69107238ad35d99b402e1a688275f7c.tar.gz
gnunet-4184e030e69107238ad35d99b402e1a688275f7c.zip
BUILD: Move undocumented programs and scritps to libexec. Issue #7543
Those binaries should not really be called directly and are poorly documented (no man pages).
Diffstat (limited to 'src/set')
-rw-r--r--src/set/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 837d42ff5..36ec2b298 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -14,14 +14,12 @@ if USE_COVERAGE
14 AM_CFLAGS = -fprofile-arcs -ftest-coverage 14 AM_CFLAGS = -fprofile-arcs -ftest-coverage
15endif 15endif
16 16
17bin_PROGRAMS = \
18 gnunet-set-profiler
19
20noinst_PROGRAMS = \ 17noinst_PROGRAMS = \
21 gnunet-set-ibf-profiler 18 gnunet-set-ibf-profiler
22 19
23libexec_PROGRAMS = \ 20libexec_PROGRAMS = \
24 gnunet-service-set 21 gnunet-service-set \
22 gnunet-set-profiler
25 23
26lib_LTLIBRARIES = \ 24lib_LTLIBRARIES = \
27 libgnunetset.la 25 libgnunetset.la