aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorMrTiz9 <tiziano.marra@pm.me>2020-02-01 13:47:42 +0100
committerMrTiz9 <tiziano.marra@pm.me>2020-02-01 13:47:42 +0100
commitb3138d5e3e44089bc22bdc58ea3c422ce67409f2 (patch)
tree0816a186be4ba6f29aca3c9566eba0eeef493ba4 /example
parent5c8c2d843afc38f6246c678ea41e81b1a88bcf17 (diff)
parent39b1ad3087471cc6f9e11ea52b903060e0189e72 (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstable
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index cc47b3047..ec9c712ae 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -3,7 +3,7 @@ CXX=@CXX@
SRCHOME=../src
CFLAGS=-g -I$(SRCHOME)/include @CFLAGS@
LIBNDPI=$(SRCHOME)/lib/libndpi.a
-LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread -lm @LDFLAGS@
+LDFLAGS=$(LIBNDPI) @PCAP_LIB@ @ADDITIONAL_LIBS@ -lpthread -lm @LDFLAGS@
HEADERS=intrusion_detection.h reader_util.h $(SRCHOME)/include/ndpi_api.h \
$(SRCHOME)/include/ndpi_typedefs.h $(SRCHOME)/include/ndpi_protocol_ids.h
OBJS=ndpiReader.o reader_util.o intrusion_detection.o