将maat依赖库的链接在编译.so时进行。不在调用者链接。

This commit is contained in:
zhengchao
2015-11-13 13:48:16 +08:00
parent e57e020196
commit 76cdf5eaab
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ CC = gcc
CCC = g++
CFLAGS = -Wall -g -fPIC
CFLAGS += $(OPTFLAGS)
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread -lm
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread -lm -lrulescan -lpcre
MAILLIB = ../lib
G_H_DIR =../inc_internal