diff options
author | Luca Deri <deri@ntop.org> | 2019-12-09 00:11:32 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-12-09 00:11:32 +0100 |
commit | 23b0b8625d1f20596b2b20a149fb28c38046f4e1 (patch) | |
tree | 18fd529aa36a7fadf27fadc17a6d445a32b65043 /example/Makefile.in | |
parent | 558983c99c274c122f0deb6f2e29d5eb0594a373 (diff) |
Minor changes to the IDS score calculation
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 2b3432591..225e5681c 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -3,7 +3,7 @@ CXX=@CXX@ CFLAGS=-g -I../src/include @CFLAGS@ LIBNDPI=../src/lib/libndpi.a LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread -lm @LDFLAGS@ -OBJS=ndpiReader.o reader_util.o +OBJS=ndpiReader.o reader_util.o intrusion_detection.o PREFIX?=@prefix@ all: ndpiReader @DPDK_TARGET@ |