HEAD object元信息来源选择由宏定义改为配置文件。
This commit is contained in:
9
cache/test/Makefile
vendored
9
cache/test/Makefile
vendored
@@ -1,11 +1,12 @@
|
||||
CCC=g++
|
||||
|
||||
INC_PATH=-I../src/include -I../src/include/libevent2
|
||||
INC_PATH=-I../include -I../include/libevent2
|
||||
CFLAGS=-Wall -g $(INC_PATH)
|
||||
|
||||
LIBS = -lMESA_handle_logger -lMESA_htable -lMESA_prof_load -lWiredLB
|
||||
LIBS += -lssl -lcrypto -lcurl -levent -lxml2
|
||||
LIBS += ../src/pangu_tango_cache.a
|
||||
LIBS = -lMESA_handle_logger -lMESA_prof_load -lWiredLB
|
||||
LIBS += -lssl -lcrypto
|
||||
LIBS += ../lib/libtango_cache_client.a
|
||||
LIBS += ./lib/libcurl.a ./lib/libevent.a ./lib/libxml2.a ./lib/libhiredis.a ./lib/libhiredis.a
|
||||
|
||||
OBJS = tango_cache_test.o
|
||||
OBJS_EVBASE=cache_evbase_test.o
|
||||
|
||||
Reference in New Issue
Block a user