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 # 开源工具包 @@ -14,7 +14,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) PROGS = test_queue_wrapper server client sem_test PROGS = test_queue_wrapper server client build: $(PROGS)