From 341f58fd8043649b65df737354b35df56c70ce54 Mon Sep 17 00:00:00 2001 From: Toni Date: Wed, 8 Jun 2022 13:37:11 +0200 Subject: Removed Makefile references to legacy code. (#1589) - feature removed with f5545a80f95a90a5219bbb319b346f964b1e1548 Signed-off-by: lns --- example/Makefile.dpdk.in | 2 +- example/Makefile.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'example') 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 4e14ca9be..355c917e3 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -13,9 +13,8 @@ CFLAGS+=-g -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),) -- cgit v1.2.3