diff options
author | Luca <deri@ntop.org> | 2018-08-25 10:50:16 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2018-08-25 10:50:16 +0200 |
commit | a98c0a81be86936e96be7d2312ae11ef85b785b2 (patch) | |
tree | a49dc35a225cb61d8b480b84ac7b884ed3bccd69 /autogen.sh | |
parent | 2f83375eec070acf5c5bad87e2bcf319f39103f0 (diff) |
Added target for shared liubrary creation
Added target for install
Fixes #593
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index ea5ed6694..20bf400ab 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,7 @@ NDPI_MINOR="5" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" -rm -f configure config.h config.h.in src/lib/Makefile.in +rm -f configure config.h config.h.in AUTOCONF=$(command -v autoconf) AUTOMAKE=$(command -v automake) |