diff options
author | lns <matzeton@googlemail.com> | 2022-05-25 13:45:30 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-05-26 13:02:41 +0200 |
commit | e27fba584f5e3d0f88127de691a704e6b7516af2 (patch) | |
tree | 06de31c587b822fee05470fa22e268b61a551caa /Makefile.am | |
parent | 7010d17ccc5669b2c2cf4fd7b7140b5f4c580b20 (diff) |
Added script to compare and verify the output of `make dist'.add/tarball-verification-script
This fixes some build/test issues resulting when using tarballs.
* nDPI uses autotools (especially autoconf) in a wrong way, see #1163
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 86f53fff7..1b6ea524e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,18 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc -EXTRA_DIST = README.md CHANGELOG.md CONTRIBUTING.md autogen.sh wireshark windows utils packages doc/api.rst doc/conf.py doc/flow_risks.rst doc/guide/nDPI_QuickStartGuide.pages doc/guide/nDPI_QuickStartGuide.pdf doc/img/logo.png doc/index.rst doc/Makefile doc/what_is_ndpi.rst +EXTRA_DIST = README.md README.nDPI README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ + autogen.sh wireshark windows utils packages \ + influxdb/Makefile.in influxdb/metric_anomaly.c influxdb/README.txt \ + rrdtool/Makefile.in rrdtool/README.txt rrdtool/rrd_anomaly.c rrdtool/rrd_similarity.c \ + doc/api.rst doc/conf.py doc/flow_risks.rst doc/guide/nDPI_QuickStartGuide.pages \ + doc/guide/nDPI_QuickStartGuide.pdf doc/img/logo.png doc/index.rst \ + doc/Makefile doc/what_is_ndpi.rst \ + 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 \ + sonar-project.properties .github .lgtm/cpp-queries/packet-payload-integer-arithmetic.ql lgtm.yml + changelog: git log --since={`curl -s https://github.com/ntop/ndpi/releases | grep datetime | head -n1 | egrep -o "[0-9]+\-[0-9]+\-[0-9]+"`} --name-only --pretty=format:" - %s" | grep "^ " > CHANGELOG.latest |