aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2020-09-29 17:58:33 +0200
committerGitHub <noreply@github.com>2020-09-29 17:58:33 +0200
commit656323c33450db868cda7b3e2cc75d0e417d8d6e (patch)
tree196cc9a5950e8ff822c2ac59b71afcb23b32a821 /autogen.sh
parent8e1a3f5cdcdb7b18494662f8c11e78a2ee2417ed (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 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 283f63f74..bda811918 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -58,4 +58,4 @@ cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define
cat configure.tmp > configure
chmod +x configure
-./configure "$*"
+./configure ${*}