aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-06-08 11:35:21 +0200
committerlns <matzeton@googlemail.com>2022-06-08 11:37:57 +0200
commitf8733c1c2653e7c8edaa1ee58efe4a48341f2763 (patch)
tree5a72b8d2dc2b8dfaae8278c0e7e8b5750616b938
parent5f05054c8a9c4e11a6e1d346036ceb9316500eb8 (diff)
Removed Makefile references to legacy code.4.2-stable
- feature removed with f5545a80f95a90a5219bbb319b346f964b1e1548 Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r--example/Makefile.dpdk.in2
-rw-r--r--example/Makefile.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/example/Makefile.dpdk.in b/example/Makefile.dpdk.in
index cd703414b..045a018c7 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 intrusion_detection.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
diff --git a/example/Makefile.in b/example/Makefile.in
index bd4353997..7de4a7f70 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -8,9 +8,8 @@ CFLAGS=-g -fPIC -DPIC -I$(SRCHOME)/include @PCAP_INC@ @CFLAGS@
LDFLAGS=@LDFLAGS@
LIBNDPI=$(SRCHOME)/lib/libndpi.a
LIBS=$(LIBNDPI) @PCAP_LIB@ @LIBS@ @ADDITIONAL_LIBS@
-HEADERS=intrusion_detection.h reader_util.h $(SRCHOME)/include/ndpi_api.h \
+HEADERS=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
PREFIX?=@prefix@
ifneq ($(BUILD_MINGW),)