gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 01/04: - move from libexec to noinst


From: gnunet
Subject: [gnunet] 01/04: - move from libexec to noinst
Date: Thu, 05 Jan 2023 10:07:05 +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 77ad6b7f86a696a82933e910bd0bcb305f613e95
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jan 5 18:05:31 2023 +0900

    - move from libexec to noinst
---
 src/consensus/Makefile.am     | 4 +++-
 src/gnsrecord/Makefile.am     | 2 +-
 src/revocation/Makefile.am    | 4 +++-
 src/secretsharing/Makefile.am | 4 +++-
 src/set/Makefile.am           | 6 +++---
 src/seti/Makefile.am          | 4 +++-
 src/setu/Makefile.am          | 6 +++---
 src/util/Makefile.am          | 7 +++----
 8 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index c7480a802..4a04883c0 100644
--- 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
index 202d3f7ee..1cd446400 100644
--- 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
index a8e84e877..ae8231a3c 100644
--- 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
index 0560417e9..5f49947bc 100644
--- 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
index 36ec2b298..bf4c8229c 100644
--- 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
index 038f67027..37484b51f 100644
--- 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
index fd49c7752..5c33148cd 100644
--- 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
index 591a6f092..ed01558eb 100644
--- 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;

-- 
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]