aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
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/secretsharing/Makefile.am
parent4184e030e69107238ad35d99b402e1a688275f7c (diff)
downloadgnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.tar.gz
gnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.zip
- move from libexec to noinst
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 0560417e9..5f49947bc 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -14,7 +14,9 @@ endif
14 14
15 15
16libexec_PROGRAMS = \ 16libexec_PROGRAMS = \
17 gnunet-service-secretsharing \ 17 gnunet-service-secretsharing
18
19noinst_PROGRAMS = \
18 gnunet-secretsharing-profiler 20 gnunet-secretsharing-profiler
19 21
20lib_LTLIBRARIES = \ 22lib_LTLIBRARIES = \