From 422899cc816ab95ff85d347bf9814f4cadd6e946 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Mon, 28 Mar 2016 16:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8MESA=5Ffs2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=AF=B9MESA=5Ffieldstat=E9=93=BE=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_rule.cpp | 2 +- src/entry/Maat_rule_internal.h | 2 +- src/entry/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index f0ae3a0..d24b010 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include "Maat_rule.h" #include "Maat_rule_internal.h" diff --git a/src/entry/Maat_rule_internal.h b/src/entry/Maat_rule_internal.h index 71af01a..d79ec31 100644 --- a/src/entry/Maat_rule_internal.h +++ b/src/entry/Maat_rule_internal.h @@ -5,7 +5,7 @@ #include #include -#include +#include #include "dynamic_array.h" #include "UniversalBoolMatch.h" #include "rulescan.h" diff --git a/src/entry/Makefile b/src/entry/Makefile index 4ba933e..6ef9b6e 100644 --- a/src/entry/Makefile +++ b/src/entry/Makefile @@ -6,7 +6,7 @@ CCC = g++ CFLAGS = -Wall -g -fPIC CFLAGS += $(OPTFLAGS) LDDICTATOR = -Wl,-wrap,malloc -Wl,-wrap,calloc -Wl,-wrap,free -Wl,-wrap,realloc -LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread -lrt -lm -lrulescan -lpcre -lMESA_field_stat +LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread -lrt -lm -lrulescan -lpcre -lMESA_field_stat2 #LDFLAGS += $(LDDICTATOR) MAILLIB = ../lib