gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/02: GNSRECORD/UTIL: Move test vector generation binaries to


From: gnunet
Subject: [gnunet] 02/02: GNSRECORD/UTIL: Move test vector generation binaries to libexec
Date: Thu, 05 Jan 2023 09:12:06 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 25d4c3a134b1c2e5681a7692e192711f33a97369
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jan 5 17:11:11 2023 +0900

    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.
---
 src/gnsrecord/Makefile.am | 2 +-
 src/util/Makefile.am      | 4 ++--
 2 files changed, 3 insertions(+), 3 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
   XLIBS = -lgcov
 endif
 
-bin_PROGRAMS = \
+libexec_PROGRAMS = \
   gnunet-gnsrecord-tvg
 
 
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
 
 libexec_PROGRAMS = \
  gnunet-service-resolver \
- gnunet-timeout
+ gnunet-timeout \
+ gnunet-crypto-tvg
 
 bin_PROGRAMS = \
  gnunet-base32 \
  gnunet-config \
- gnunet-crypto-tvg \
  gnunet-resolver \
  $(GNUNET_ECC) \
  $(GNUNET_SCRYPT) \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]