aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
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/revocation
parent4184e030e69107238ad35d99b402e1a688275f7c (diff)
downloadgnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.tar.gz
gnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.zip
- move from libexec to noinst
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index a8e84e877..ae8231a3c 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -65,7 +65,9 @@ libgnunetrevocation_la_LDFLAGS = \
65 -version-info 0:0:0 65 -version-info 0:0:0
66 66
67libexec_PROGRAMS = \ 67libexec_PROGRAMS = \
68 gnunet-service-revocation \ 68 gnunet-service-revocation
69
70noinst_PROGRAMS = \
69 gnunet-revocation-tvg 71 gnunet-revocation-tvg
70 72
71gnunet_service_revocation_SOURCES = \ 73gnunet_service_revocation_SOURCES = \