aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
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/consensus
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/consensus')
-rw-r--r--src/consensus/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index d7b23e7c6..c7480a802 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -16,7 +16,8 @@ endif
16 16
17 17
18libexec_PROGRAMS = \ 18libexec_PROGRAMS = \
19 gnunet-service-consensus 19 gnunet-service-consensus \
20 gnunet-consensus-profiler
20 21
21if ENABLE_MALICIOUS 22if ENABLE_MALICIOUS
22libexec_PROGRAMS += \ 23libexec_PROGRAMS += \
@@ -89,9 +90,6 @@ libgnunet_plugin_block_consensus_la_LDFLAGS = \
89 90
90 91
91 92
92bin_PROGRAMS = \
93 gnunet-consensus-profiler
94
95check_PROGRAMS = \ 93check_PROGRAMS = \
96 test_consensus_api 94 test_consensus_api
97 95