diff options
author | Toni <matzeton@googlemail.com> | 2020-09-29 17:58:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 17:58:33 +0200 |
commit | 656323c33450db868cda7b3e2cc75d0e417d8d6e (patch) | |
tree | 196cc9a5950e8ff822c2ac59b71afcb23b32a821 /Makefile.am | |
parent | 8e1a3f5cdcdb7b18494662f8c11e78a2ee2417ed (diff) |
Added missing files to `make dist' target which are not required to build nDPI but still somehow essential. (#1024)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 335416e1b..d59ad6819 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,4 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc -EXTRA_DIST = autogen.sh configure.seed +EXTRA_DIST = README.md CHANGELOG.md CONTRIBUTING.md README.protocols autogen.sh configure.seed wireshark python windows utils packages doc/nDPI_QuickStartGuide.pages doc/nDPI_QuickStartGuide.pdf example/MacOS example/Win32 |