diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-03-08 10:14:40 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-03-08 10:14:40 +0100 |
commit | 06f6791f2d55ab3a1b4ca4c3ba9ed5c315f8d79b (patch) | |
tree | 843c68f1a96451f70387830c8420844c75c7ceca /src | |
parent | 13be8d080e44f6ad2c971de590e5217c9a9328b5 (diff) |
-fix dist build
Diffstat (limited to 'src')
-rw-r--r-- | src/dht/Makefile.am | 1 | ||||
-rw-r--r-- | src/gns/Makefile.am | 20 |
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 = \ libgnunetdht.la EXTRA_DIST = \ - $(check_SCRIPTS) \ gnunet-service-dht_clients.c \ test_dht_api_data.conf \ 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 = \ zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \ zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \ zonefiles/test_zonekey \ - $(check_SCRIPTS) \ + test_gns_lookup.sh \ + test_gns_config_lookup.sh \ + test_gns_ipv6_lookup.sh\ + test_gns_txt_lookup.sh\ + test_gns_caa_lookup.sh\ + test_gns_mx_lookup.sh \ + test_gns_gns2dns_lookup.sh \ + test_gns_gns2dns_zkey_lookup.sh \ + test_gns_gns2dns_cname_lookup.sh \ + test_gns_dht_lookup.sh\ + test_gns_delegated_lookup.sh \ + test_gns_at_lookup.sh\ + test_gns_zkey_lookup.sh\ + test_gns_rel_expiration.sh\ + test_gns_soa_lookup.sh\ + test_gns_revocation.sh\ + test_gns_redirect_lookup.sh\ + test_proxy.sh\ + test_plugin_rest_gns.sh\ test_proxy.sh \ $(pkgdata_DATA) \ test_gnunet_gns.sh.in |