aboutsummaryrefslogtreecommitdiff
path: root/src/util
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/util
parent4184e030e69107238ad35d99b402e1a688275f7c (diff)
downloadgnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.tar.gz
gnunet-77ad6b7f86a696a82933e910bd0bcb305f613e95.zip
- move from libexec to noinst
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am7
1 files changed, 3 insertions, 4 deletions
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;