diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-09-19 02:23:53 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-09-19 02:23:53 +0200 |
commit | fdef6f3545bd4a8e722b2ace144a2b73a782f265 (patch) | |
tree | c6673145cdc7bb6477626163192d70ab9edbb675 /Makefile.am | |
parent | 601928cc8ee1788098ea3dcdc4180b75b380bc84 (diff) |
Fixed broken `make dist' and added CI check.
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 6238c8b3c..335416e1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,4 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh configure.seed |