test/Makefile
@@ -2,11 +2,11 @@ # Makefile for common library. # ROOT=.. #LDLIBS+=-Wl,-rpath=$(ROOT)/common:$(ROOT)/lib/jsoncpp LDLIBS+=-Wl,-rpath=$(ROOT)/queue:$(ROOT)/lib # 开源工具包路径 LDDIR += -L$(ROOT)/queue # 开源工具包 LDLIBS += -lshm_queue -lpthread LDLIBS += -lshm_queue -lusgcommon -lpthread INCLUDE += -I$(ROOT)/queue/ -I$(ROOT)/queue/include