From 76c8ad48fe569ae629181865ace8b425bd77897e Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 22 十月 2020 14:22:56 +0800
Subject: [PATCH] update

---
 test_net_socket/Makefile |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/test_net_socket/Makefile b/test_net_socket/Makefile
index 12ece03..01ccd9f 100644
--- a/test_net_socket/Makefile
+++ b/test_net_socket/Makefile
@@ -7,13 +7,15 @@
 # 寮�婧愬伐鍏峰寘璺緞
 LDDIR += -L${DEST}/lib
 
+#-lusgcommon
 # 寮�婧愬伐鍏峰寘
-LDLIBS += -lshm_queue -lusgcommon -lpthread
+LDLIBS += -lshm_queue  -lpthread
 
-INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon
+#-I$(ROOT)/include/usgcommon
+INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include 
 
 
-PROGS = ${DEST}/net_mod_socket
+PROGS = ${DEST}/test_net_mod_socket
 
 DEPENDENCES = $(patsubst %, %.d, $(PROGS)) 
 

--
Gitblit v1.8.0