aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorAlfredo Cardigliano <cardigliano@ntop.org>2019-07-19 10:00:12 +0000
committerAlfredo Cardigliano <cardigliano@ntop.org>2019-07-19 10:00:12 +0000
commit8350b7269f3f3b8d0933a56cf76f53b44ce3237d (patch)
tree54f6a194c2ebce425e4d7bb011312e8bb7fbfdd1 /example
parent6bce0c4a9c8c6b5da038ce94bd455685d2fcabee (diff)
Fix Makefile.dpdk
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.dpdk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.dpdk.in b/example/Makefile.dpdk.in
index d96975483..523fcb72e 100644
--- a/example/Makefile.dpdk.in
+++ b/example/Makefile.dpdk.in
@@ -17,7 +17,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
APP = ndpiReader.dpdk
LIBNDPI = $(PWD)/../src/lib/libndpi.a
-SRCS-y := ndpi_util.c ndpiReader.c
+SRCS-y := reader_util.c ndpiReader.c
CFLAGS += -g
CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-unused-parameter -I $(PWD)/../src/include @CFLAGS@ -DUSE_DPDK