aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
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/secretsharing/Makefile.am
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/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 13dd0bd8d..0560417e9 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -14,7 +14,8 @@ endif
14 14
15 15
16libexec_PROGRAMS = \ 16libexec_PROGRAMS = \
17 gnunet-service-secretsharing 17 gnunet-service-secretsharing \
18 gnunet-secretsharing-profiler
18 19
19lib_LTLIBRARIES = \ 20lib_LTLIBRARIES = \
20 libgnunetsecretsharing.la 21 libgnunetsecretsharing.la
@@ -51,9 +52,6 @@ libgnunetsecretsharing_la_LIBADD = \
51libgnunetsecretsharing_la_LDFLAGS = \ 52libgnunetsecretsharing_la_LDFLAGS = \
52 $(GN_LIB_LDFLAGS) 53 $(GN_LIB_LDFLAGS)
53 54
54bin_PROGRAMS = \
55 gnunet-secretsharing-profiler
56
57check_PROGRAMS = \ 55check_PROGRAMS = \
58 test_secretsharing_api 56 test_secretsharing_api
59 57