diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 789a52ef3..f48b9aa7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src/lib @EXTRA_TARGETS@ +SUBDIRS = src @EXTRA_TARGETS@ if BUILD_FUZZTARGETS SUBDIRS += fuzz @@ -8,7 +8,11 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc -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 +EXTRA_DIST = \ + README.md CHANGELOG.md CONTRIBUTING.md README.protocols \ + autogen.sh configure.seed \ + wireshark python windows utils packages example/MacOS example/Win32 \ + doc/nDPI_QuickStartGuide.pages doc/nDPI_QuickStartGuide.pdf 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 |