mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Removed Makefile references to legacy code. (#1589)
- feature removed with f5545a80f9
Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
parent
11babc7ea3
commit
341f58fd80
2 changed files with 2 additions and 3 deletions
|
|
@ -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),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue