From a856e56b3943041d64a22285c550f6dbb9d2e193 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 27 十一月 2020 15:53:43 +0800
Subject: [PATCH] update

---
 test_socket/Makefile |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/test_socket/Makefile b/test_socket/Makefile
index 22a401f..a908d06 100644
--- a/test_socket/Makefile
+++ b/test_socket/Makefile
@@ -1,4 +1,3 @@
-
 ROOT := ..
 PLATFORM=$(shell $(ROOT)/systype.sh)
 include $(ROOT)/Make.defines.$(PLATFORM)
@@ -9,9 +8,9 @@
 
 # 寮�婧愬伐鍏峰寘
 #-lusgcommon
-LDLIBS += -lshm_queue  -lpthread
+LDLIBS += -lshm_queue  -lpthread -lusgcommon
 
-INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include 
+INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I$(ROOT)/include/usgcommon
 
 
 PROGS = ${DEST}/dgram_mod_bus ${DEST}/dgram_mod_survey ${DEST}/dgram_mod_req_rep ${DEST}/test_timeout ${DEST}/test_open_close

--
Gitblit v1.8.0