gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 77ad6b7f86a696a82933e910bd0bcb305f613e95
parent 4184e030e69107238ad35d99b402e1a688275f7c
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu,  5 Jan 2023 18:05:31 +0900

- move from libexec to noinst

Diffstat:
Msrc/consensus/Makefile.am | 4+++-
Msrc/gnsrecord/Makefile.am | 2+-
Msrc/revocation/Makefile.am | 4+++-
Msrc/secretsharing/Makefile.am | 4+++-
Msrc/set/Makefile.am | 6+++---
Msrc/seti/Makefile.am | 4+++-
Msrc/setu/Makefile.am | 6+++---
Msrc/util/Makefile.am | 7+++----
8 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am @@ -16,7 +16,9 @@ endif libexec_PROGRAMS = \ - gnunet-service-consensus \ + gnunet-service-consensus + +noinst_PROGRAMS = \ gnunet-consensus-profiler if ENABLE_MALICIOUS diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am @@ -12,7 +12,7 @@ if USE_COVERAGE XLIBS = -lgcov endif -libexec_PROGRAMS = \ +noinst_PROGRAMS = \ gnunet-gnsrecord-tvg diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am @@ -65,7 +65,9 @@ libgnunetrevocation_la_LDFLAGS = \ -version-info 0:0:0 libexec_PROGRAMS = \ - gnunet-service-revocation \ + gnunet-service-revocation + +noinst_PROGRAMS = \ gnunet-revocation-tvg gnunet_service_revocation_SOURCES = \ diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am @@ -14,7 +14,9 @@ endif libexec_PROGRAMS = \ - gnunet-service-secretsharing \ + gnunet-service-secretsharing + +noinst_PROGRAMS = \ gnunet-secretsharing-profiler lib_LTLIBRARIES = \ diff --git a/src/set/Makefile.am b/src/set/Makefile.am @@ -15,11 +15,11 @@ if USE_COVERAGE endif noinst_PROGRAMS = \ - gnunet-set-ibf-profiler + gnunet-set-ibf-profiler \ + gnunet-set-profiler libexec_PROGRAMS = \ - gnunet-service-set \ - gnunet-set-profiler + gnunet-service-set lib_LTLIBRARIES = \ libgnunetset.la diff --git a/src/seti/Makefile.am b/src/seti/Makefile.am @@ -15,7 +15,9 @@ if USE_COVERAGE endif libexec_PROGRAMS = \ - gnunet-service-seti \ + gnunet-service-seti + +noinst_PROGRAMS = \ gnunet-seti-profiler lib_LTLIBRARIES = \ diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am @@ -15,11 +15,11 @@ if USE_COVERAGE endif noinst_PROGRAMS = \ - gnunet-setu-ibf-profiler + gnunet-setu-ibf-profiler \ + gnunet-setu-profiler libexec_PROGRAMS = \ - gnunet-service-setu \ - gnunet-setu-profiler + gnunet-service-setu lib_LTLIBRARIES = \ libgnunetsetu.la diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -158,8 +158,7 @@ lib_LTLIBRARIES = libgnunetutil.la libexec_PROGRAMS = \ gnunet-service-resolver \ - gnunet-timeout \ - gnunet-crypto-tvg + gnunet-timeout bin_PROGRAMS = \ gnunet-base32 \ @@ -174,8 +173,8 @@ endif noinst_PROGRAMS = \ gnunet-config-diff \ - test_common_logging_dummy - + test_common_logging_dummy \ + gnunet-crypto-tvg if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;