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 |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/test_net_socket/Makefile b/test_net_socket/Makefile
index 56d3c29..01ccd9f 100644
--- a/test_net_socket/Makefile
+++ b/test_net_socket/Makefile
@@ -7,23 +7,22 @@
 # 寮�婧愬伐鍏峰寘璺緞
 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_req_rep
+PROGS = ${DEST}/test_net_mod_socket
 
 DEPENDENCES = $(patsubst %, %.d, $(PROGS)) 
 
 #LIBCOMMON=${ROOT}/lib/libusgcommon.a
 
-build:	 $(PROGS)
-	cp -a net_mod_req_rep.sh ${DEST}
-
-# class
-#$(DEST)/kucker : kucker.c
+build: $(PROGS)
+	cp -a net_mod_socket.sh ${DEST}
 
 
 clean:

--
Gitblit v1.8.0