aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-07-18 11:38:16 +0200
committerLuca Deri <deri@ntop.org>2019-07-18 11:38:16 +0200
commitb50635cb89927b7f80cee81571f1b8b1f53ae939 (patch)
tree5126af562b7ce365cc9c26b334597ddb2211cedc /example/Makefile.in
parentcbb31fa2041f6da59abdc9e470cafa7e2630b388 (diff)
Renamed ndpi_util.c -> reader_util.c
Added crash fix with IPv6
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index ad75295cb..258c2d7b3 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -3,7 +3,7 @@ CXX=@CXX@
CFLAGS=-g -I../src/include @CFLAGS@
LIBNDPI=../src/lib/libndpi.a
LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@
-OBJS=ndpiReader.o ndpi_util.o
+OBJS=ndpiReader.o reader_util.o
PREFIX?=@prefix@
all: ndpiReader @DPDK_TARGET@