diff options
author | Luca Deri <deri@ntop.org> | 2023-08-29 18:49:09 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-08-29 18:49:43 +0200 |
commit | c5c610c941d1757fb4c1448ec6c413ec5138c70b (patch) | |
tree | f63a6c9e5c026fd3f566a76e252dffb4c9bf8d49 /Makefile.am | |
parent | 65142b2a533d920619594115c44651d7194043b9 (diff) |
Fixes dist
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5b7a60edb..fe78f2d5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +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 \ + lists/107_gambling.list \ sonar-project.properties .github .ci-ignore doc: |