From 23b0b8625d1f20596b2b20a149fb28c38046f4e1 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 9 Dec 2019 00:11:32 +0100 Subject: Minor changes to the IDS score calculation --- example/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile.in') 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@ -- cgit v1.2.3