aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-08 10:14:40 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-08 10:14:40 +0100
commit06f6791f2d55ab3a1b4ca4c3ba9ed5c315f8d79b (patch)
tree843c68f1a96451f70387830c8420844c75c7ceca
parent13be8d080e44f6ad2c971de590e5217c9a9328b5 (diff)
downloadgnunet-06f6791f2d55ab3a1b4ca4c3ba9ed5c315f8d79b.tar.gz
gnunet-06f6791f2d55ab3a1b4ca4c3ba9ed5c315f8d79b.zip
-fix dist build
-rw-r--r--src/dht/Makefile.am1
-rw-r--r--src/gns/Makefile.am20
2 files changed, 19 insertions, 2 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 1e14367c8..1f1451e83 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -203,7 +203,6 @@ test_dht_monitor_LDADD = \
203 libgnunetdht.la 203 libgnunetdht.la
204 204
205EXTRA_DIST = \ 205EXTRA_DIST = \
206 $(check_SCRIPTS) \
207 gnunet-service-dht_clients.c \ 206 gnunet-service-dht_clients.c \
208 test_dht_api_data.conf \ 207 test_dht_api_data.conf \
209 test_dht_api_peer1.conf \ 208 test_dht_api_peer1.conf \
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index a2d1f10db..d49e0c5c8 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -291,7 +291,25 @@ EXTRA_DIST = \
291 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \ 291 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \
292 zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \ 292 zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \
293 zonefiles/test_zonekey \ 293 zonefiles/test_zonekey \
294 $(check_SCRIPTS) \ 294 test_gns_lookup.sh \
295 test_gns_config_lookup.sh \
296 test_gns_ipv6_lookup.sh\
297 test_gns_txt_lookup.sh\
298 test_gns_caa_lookup.sh\
299 test_gns_mx_lookup.sh \
300 test_gns_gns2dns_lookup.sh \
301 test_gns_gns2dns_zkey_lookup.sh \
302 test_gns_gns2dns_cname_lookup.sh \
303 test_gns_dht_lookup.sh\
304 test_gns_delegated_lookup.sh \
305 test_gns_at_lookup.sh\
306 test_gns_zkey_lookup.sh\
307 test_gns_rel_expiration.sh\
308 test_gns_soa_lookup.sh\
309 test_gns_revocation.sh\
310 test_gns_redirect_lookup.sh\
311 test_proxy.sh\
312 test_plugin_rest_gns.sh\
295 test_proxy.sh \ 313 test_proxy.sh \
296 $(pkgdata_DATA) \ 314 $(pkgdata_DATA) \
297 test_gnunet_gns.sh.in 315 test_gnunet_gns.sh.in