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