aboutsummaryrefslogtreecommitdiff
path: root/python/Makefile.in
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-01-22 09:31:37 +0100
committerLuca Deri <deri@ntop.org>2021-01-22 09:31:37 +0100
commitaa5486f5f8815cc4405b1be7d31ef923b51ab3fc (patch)
tree01f20a1a5e16eb2f816bb5bba288bd6929943eb5 /python/Makefile.in
parent288ccd6215bd375c72fb87918f300af5761e9a1a (diff)
Added missing library
Diffstat (limited to 'python/Makefile.in')
-rw-r--r--python/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in
index 497e689fe..a3bcd5da3 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -2,7 +2,7 @@ CC=@CC@
CFLAGS=-I. -I../src/include -I./src/lib/third_party/include @CFLAGS@ @CUSTOM_NDPI@ -shared
#LIBNDPI=../src/lib/libndpi.so.@NDPI_VERSION_SHORT@
LIBNDPI=../src/lib/libndpi.a
-LDFLAGS=$(CFILE) $(LIBNDPI) -lpcap @ADDITIONAL_LIBS@
+LDFLAGS=$(CFILE) $(LIBNDPI) -lpcap @LIBS@ @ADDITIONAL_LIBS@
SHARE = -soname,ndpi_wrap
SO=ndpi_wrap.so
OBJS = ndpi_wrap.o