From 95349b79a5a646736c706fe19645181146ee9486 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 20 十月 2020 16:29:59 +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