From f8733c1c2653e7c8edaa1ee58efe4a48341f2763 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 8 Jun 2022 11:35:21 +0200 Subject: Removed Makefile references to legacy code. - feature removed with f5545a80f95a90a5219bbb319b346f964b1e1548 Signed-off-by: lns --- example/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/Makefile.in') 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),) -- cgit v1.2.3