From 8b89e81b09adbb06f6e5e64aa115a1eef6e75b57 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 30 十一月 2020 11:10:15 +0800
Subject: [PATCH] update

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

diff --git a/test_socket/Makefile b/test_socket/Makefile
index be0fa26..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)
@@ -8,9 +7,10 @@
 LDDIR += -L${DEST}/lib
 
 # 寮�婧愬伐鍏峰寘
-LDLIBS += -lshm_queue -lusgcommon -lpthread
+#-lusgcommon
+LDLIBS += -lshm_queue  -lpthread -lusgcommon
 
-INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon
+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