diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-08-27 15:53:31 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-08-27 15:53:31 +0200 |
commit | 1f693c3f5a5dcd9d69dffb610b9a81bd33f95382 (patch) | |
tree | 2237af43a6eec139816a694db8269a3935184e70 /Makefile.am | |
parent | afd250f5d9d04b6fca4a86f290667b774a8dc365 (diff) |
Added `lists/gambling.list` to extra dist.
* make dist in `./fuzz`: fixed inconsistent `*.dict` file pattern
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 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: |