From b5fe7f9a3bcc2f20d127f9081c1cf132091f6a57 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 27 十一月 2020 15:25:13 +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..58fb9f7 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 -lusgcommon
 
-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 -I${ROOT}/include/usgcommon
 
 
-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