aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 17:11:11 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 17:11:11 +0900
commit25d4c3a134b1c2e5681a7692e192711f33a97369 (patch)
tree3a8bb23a370a9750d96c1e63dc367826149f6b9b /src/util/Makefile.am
parent672951a9a3cf02acf9bb3ae7812ae684641e34f0 (diff)
downloadgnunet-25d4c3a134b1c2e5681a7692e192711f33a97369.tar.gz
gnunet-25d4c3a134b1c2e5681a7692e192711f33a97369.zip
GNSRECORD/UTIL: Move test vector generation binaries to libexec
Those are not really user-facing programs and not fully documented (i.e. no man pages) so they should go into libexec.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 89228ed0b..591a6f092 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -158,12 +158,12 @@ lib_LTLIBRARIES = libgnunetutil.la
158 158
159libexec_PROGRAMS = \ 159libexec_PROGRAMS = \
160 gnunet-service-resolver \ 160 gnunet-service-resolver \
161 gnunet-timeout 161 gnunet-timeout \
162 gnunet-crypto-tvg
162 163
163bin_PROGRAMS = \ 164bin_PROGRAMS = \
164 gnunet-base32 \ 165 gnunet-base32 \
165 gnunet-config \ 166 gnunet-config \
166 gnunet-crypto-tvg \
167 gnunet-resolver \ 167 gnunet-resolver \
168 $(GNUNET_ECC) \ 168 $(GNUNET_ECC) \
169 $(GNUNET_SCRYPT) \ 169 $(GNUNET_SCRYPT) \