aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 18:05:31 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 18:05:31 +0900
commit77ad6b7f86a696a82933e910bd0bcb305f613e95 (patch)
tree90b4516bdf1de9f74d08650b9279222e5add6960 /src
parent4184e030e69107238ad35d99b402e1a688275f7c (diff)
downloadgnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.tar.gz
gnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.zip
- move from libexec to noinst
Diffstat (limited to 'src')
-rw-r--r--src/consensus/Makefile.am4
-rw-r--r--src/gnsrecord/Makefile.am2
-rw-r--r--src/revocation/Makefile.am4
-rw-r--r--src/secretsharing/Makefile.am4
-rw-r--r--src/set/Makefile.am6
-rw-r--r--src/seti/Makefile.am4
-rw-r--r--src/setu/Makefile.am6
-rw-r--r--src/util/Makefile.am7
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
16 16
17 17
18libexec_PROGRAMS = \ 18libexec_PROGRAMS = \
19 gnunet-service-consensus \ 19 gnunet-service-consensus
20
21noinst_PROGRAMS = \
20 gnunet-consensus-profiler 22 gnunet-consensus-profiler
21 23
22if ENABLE_MALICIOUS 24if 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
12 XLIBS = -lgcov 12 XLIBS = -lgcov
13endif 13endif
14 14
15libexec_PROGRAMS = \ 15noinst_PROGRAMS = \
16 gnunet-gnsrecord-tvg 16 gnunet-gnsrecord-tvg
17 17
18 18
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 = \
65 -version-info 0:0:0 65 -version-info 0:0:0
66 66
67libexec_PROGRAMS = \ 67libexec_PROGRAMS = \
68 gnunet-service-revocation \ 68 gnunet-service-revocation
69
70noinst_PROGRAMS = \
69 gnunet-revocation-tvg 71 gnunet-revocation-tvg
70 72
71gnunet_service_revocation_SOURCES = \ 73gnunet_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
14 14
15 15
16libexec_PROGRAMS = \ 16libexec_PROGRAMS = \
17 gnunet-service-secretsharing \ 17 gnunet-service-secretsharing
18
19noinst_PROGRAMS = \
18 gnunet-secretsharing-profiler 20 gnunet-secretsharing-profiler
19 21
20lib_LTLIBRARIES = \ 22lib_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
15endif 15endif
16 16
17noinst_PROGRAMS = \ 17noinst_PROGRAMS = \
18 gnunet-set-ibf-profiler 18 gnunet-set-ibf-profiler \
19 gnunet-set-profiler
19 20
20libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
21 gnunet-service-set \ 22 gnunet-service-set
22 gnunet-set-profiler
23 23
24lib_LTLIBRARIES = \ 24lib_LTLIBRARIES = \
25 libgnunetset.la 25 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
15endif 15endif
16 16
17libexec_PROGRAMS = \ 17libexec_PROGRAMS = \
18 gnunet-service-seti \ 18 gnunet-service-seti
19
20noinst_PROGRAMS = \
19 gnunet-seti-profiler 21 gnunet-seti-profiler
20 22
21lib_LTLIBRARIES = \ 23lib_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
15endif 15endif
16 16
17noinst_PROGRAMS = \ 17noinst_PROGRAMS = \
18 gnunet-setu-ibf-profiler 18 gnunet-setu-ibf-profiler \
19 gnunet-setu-profiler
19 20
20libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
21 gnunet-service-setu \ 22 gnunet-service-setu
22 gnunet-setu-profiler
23 23
24lib_LTLIBRARIES = \ 24lib_LTLIBRARIES = \
25 libgnunetsetu.la 25 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
158 158
159libexec_PROGRAMS = \ 159libexec_PROGRAMS = \
160 gnunet-service-resolver \ 160 gnunet-service-resolver \
161 gnunet-timeout \ 161 gnunet-timeout
162 gnunet-crypto-tvg
163 162
164bin_PROGRAMS = \ 163bin_PROGRAMS = \
165 gnunet-base32 \ 164 gnunet-base32 \
@@ -174,8 +173,8 @@ endif
174 173
175noinst_PROGRAMS = \ 174noinst_PROGRAMS = \
176 gnunet-config-diff \ 175 gnunet-config-diff \
177 test_common_logging_dummy 176 test_common_logging_dummy \
178 177 gnunet-crypto-tvg
179 178
180if ENABLE_TEST_RUN 179if ENABLE_TEST_RUN
181AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 180AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;