aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Thomas <nico.thomas@tum.de>2022-02-19 20:03:38 +0100
committerNico Thomas <nico.thomas@tum.de>2022-02-19 20:03:38 +0100
commit0de903fc95b476437bca1c13374dd1cb94aeda53 (patch)
tree25e8a04936774b112b5478a8f11dfc0efdb1bf2e
parent5460ff17a39cd9d7f044aab9fc98e63d046e5e86 (diff)
downloadgnunet-0de903fc95b476437bca1c13374dd1cb94aeda53.tar.gz
gnunet-0de903fc95b476437bca1c13374dd1cb94aeda53.zip
- Fix: Include dhtu.conf file in dist
-rw-r--r--src/dhtu/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index 69b72db6e..ebffa9ecf 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -71,6 +71,9 @@ test_dhtu_ip_LDADD = \
71check_PROGRAMS = \ 71check_PROGRAMS = \
72 test_dhtu_ip 72 test_dhtu_ip
73 73
74EXTRA_DIST = \
75 dhtu.conf
76
74if ENABLE_TEST_RUN 77if ENABLE_TEST_RUN
75AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 78AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
76TESTS = \ 79TESTS = \