diff options
author | lns <matzeton@googlemail.com> | 2022-06-08 11:35:21 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-06-08 11:35:21 +0200 |
commit | 8a17be15ab62008431c844022f419def0d4823b2 (patch) | |
tree | 8248fa0f8af5ea25556a6b42ec4a7b52fb86355c /example/Makefile.in | |
parent | 11babc7ea33ff1d088aaeb3a1a196df25cb6b779 (diff) |
Removed Makefile references to legacy code.fix/intrustion-detection-leftovers-build-err
- feature removed with f5545a80f95a90a5219bbb319b346f964b1e1548
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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),) |