test2/Makefile
@@ -2,7 +2,7 @@ # Makefile for common library. # ROOT=.. #LDLIBS+=-Wl,-rpath=$(ROOT)/common:$(ROOT)/lib/jsoncpp LDLIBS+=-Wl,-rpath=$(ROOT)/queue # 开源工具包路径 LDDIR += -L$(ROOT)/queue # 开源工具包 @@ -13,8 +13,8 @@ PLATFORM=$(shell $(ROOT)/systype.sh) include $(ROOT)/Make.defines.$(PLATFORM) PROGS = test_queue_wrapper PROGS = test_queue_wrapper server client build: $(PROGS)