diff options
author | Luca Deri <deri@ntop.org> | 2023-08-29 19:21:57 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-08-29 19:21:57 +0200 |
commit | 3c7b2a714e34441b0c412f22e348f69bcfab6689 (patch) | |
tree | fe7c441a1ae3bae3a10a0505393c1f470269336b /Makefile.am | |
parent | c5c610c941d1757fb4c1448ec6c413ec5138c70b (diff) |
Added missing lists files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fe78f2d5d..9745ec7af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,8 @@ EXTRA_DIST = README.md README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ python/ndpi/ndpi_build.py python/ndpi/ndpi.py python/README.md \ python/requirements.txt python/setup.py python/tests.py \ lists/107_gambling.list \ + lists/107_gambling_custom.list \ + lists/README.md sonar-project.properties .github .ci-ignore doc: |