aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
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/gnsrecord
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/gnsrecord')
-rw-r--r--src/gnsrecord/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index e2538b1a2..202d3f7ee 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -12,7 +12,7 @@ if USE_COVERAGE
12 XLIBS = -lgcov 12 XLIBS = -lgcov
13endif 13endif
14 14
15bin_PROGRAMS = \ 15libexec_PROGRAMS = \
16 gnunet-gnsrecord-tvg 16 gnunet-gnsrecord-tvg
17 17
18 18