From 00dba6082e245d917cb7d6eed3c627211ff41cd7 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 25 九月 2020 15:53:21 +0800 Subject: [PATCH] update --- test_socket/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_socket/Makefile b/test_socket/Makefile index 214cd1a..722618a 100644 --- a/test_socket/Makefile +++ b/test_socket/Makefile @@ -2,7 +2,7 @@ # Makefile for common library. # ROOT=.. -LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib +# LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib # 寮�婧愬伐鍏峰寘璺緞 LDDIR += -L$(ROOT)/build/lib # 寮�婧愬伐鍏峰寘 @@ -14,7 +14,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = dgram_socket_test dgram_mod_req_rep +PROGS = dgram_mod_bus dgram_mod_survey dgram_mod_req_rep test_timeout test_open_close build: $(PROGS) -- Gitblit v1.8.0