diff options
author | Luca Deri <deri@ntop.org> | 2019-12-16 17:56:08 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-12-16 17:56:08 +0100 |
commit | e21fe5d594e42cb7add0f86ad2b625a0693e8ba9 (patch) | |
tree | e3184cc8c92a5dbbd3b86d21c836c46aca9a9006 | |
parent | deed27cbefd10fa0fd8d8c670b781d7418c1dc4e (diff) |
Added intrusion_detection.c in DPDK makefile
-rw-r--r-- | example/Makefile.dpdk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.dpdk.in b/example/Makefile.dpdk.in index 523fcb72e..85c64a1d4 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 := reader_util.c ndpiReader.c +SRCS-y := reader_util.c intrusion_detection.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 |