From a5f8bdf484b74b4358974337ec07a3f18bbe0291 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 14 七月 2020 16:28:35 +0800 Subject: [PATCH] lib --- test2/Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test2/Makefile b/test2/Makefile index 072837c..54c80cb 100644 --- a/test2/Makefile +++ b/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) -- Gitblit v1.8.0