From f8c7aec85fdbf6b98fbb6ff50d98733b79c26dad Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 26 十一月 2020 10:29:04 +0800 Subject: [PATCH] udpate --- /dev/null | 1 - test_socket/Makefile | 2 +- src/Makefile | 2 +- test_net_socket/Makefile | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/libusgcommon.so.bk b/lib/libusgcommon.so.bk deleted file mode 100644 index 8e10ddc..0000000 --- a/lib/libusgcommon.so.bk +++ /dev/null Binary files differ diff --git a/src/Makefile b/src/Makefile index 1b6d69f..be1dcac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ # 寮�婧愬伐鍏峰寘 -#LDLIBS += -lusgcommon +LDLIBS += -lusgcommon #-I$(ROOT)/include/usgcommon diff --git a/src/common b/src/common deleted file mode 120000 index eefe618..0000000 --- a/src/common +++ /dev/null @@ -1 +0,0 @@ -/home/wzq/wk/Basic-Common/common \ No newline at end of file diff --git a/test_net_socket/Makefile b/test_net_socket/Makefile index 5d93037..58fb9f7 100644 --- a/test_net_socket/Makefile +++ b/test_net_socket/Makefile @@ -9,10 +9,10 @@ #-lusgcommon # 寮�婧愬伐鍏峰寘 -LDLIBS += -lshm_queue -lpthread +LDLIBS += -lshm_queue -lpthread -lusgcommon #-I$(ROOT)/include/usgcommon -INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I./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}/test_net_mod_socket diff --git a/test_socket/Makefile b/test_socket/Makefile index 47331b4..a908d06 100644 --- a/test_socket/Makefile +++ b/test_socket/Makefile @@ -8,7 +8,7 @@ # 寮�婧愬伐鍏峰寘 #-lusgcommon -LDLIBS += -lshm_queue -lpthread +LDLIBS += -lshm_queue -lpthread -lusgcommon INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I$(ROOT)/include/usgcommon -- Gitblit v1.8.0