aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--fuzz/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ff403a533..5b7a60edb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ EXTRA_DIST = README.md README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \
python/DEV_GUIDE.md python/dev_requirements.txt python/ndpi_example.py python/ndpi/__init__.py \
python/ndpi/ndpi_build.py python/ndpi/ndpi.py python/README.md \
python/requirements.txt python/setup.py python/tests.py \
+ lists/gambling.list \
sonar-project.properties .github .ci-ignore
doc:
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index e189ffe0c..8e7a27a2b 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -521,10 +521,11 @@ distdir:
-o -name '*.am' \
-o -name '*.h' \
-o -name '*.cpp' \
- -o -name '*.dict' \
-o -name 'ipv4_addresses.txt' \
-o -name 'bd_param.txt' \
-o -name 'splt_param.txt' \
+ -o -path './dictionary.dict' \
+ -o -path './dictionary_tls_certificate.dict' \
-o -path './corpus/fuzz_*.zip' \
-o -path './corpus/fuzz_quic_get_crypto_data/*' \
-o -path './corpus/fuzz_filecfg_protocols/*' \