使用MESA_fs2中的统计功能,替换对MESA_fieldstat链接。

This commit is contained in:
zhengchao
2016-03-28 16:21:36 +08:00
parent 392e172711
commit 422899cc81
3 changed files with 3 additions and 3 deletions

View File

@@ -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