From 2ddbca513cc8bdec3d33563739722908e9d8a80d Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 20 七月 2020 17:27:42 +0800 Subject: [PATCH] add reference /lib/libusgcommon.so --- queue/libshm_queue.a | 0 queue/Makefile | 2 +- queue/libshm_queue.so | 0 demo/pub_sub | 0 demo/req_rep | 0 test/communication | 0 test2/pub_sub | 0 test2/req_rep | 0 8 files changed, 1 insertions(+), 1 deletions(-) diff --git a/demo/pub_sub b/demo/pub_sub index 0db5c9f..f551385 100755 --- a/demo/pub_sub +++ b/demo/pub_sub Binary files differ diff --git a/demo/req_rep b/demo/req_rep index 68dfe30..5542dfd 100755 --- a/demo/req_rep +++ b/demo/req_rep Binary files differ diff --git a/queue/Makefile b/queue/Makefile index 94f15c8..c227d52 100644 --- a/queue/Makefile +++ b/queue/Makefile @@ -39,7 +39,7 @@ $(RANLIB) $@ #dynamic lib -$(DLIBSQUEUE): $(SOURCES) +$(DLIBSQUEUE): $(SOURCES) $(ROOT)/lib/libusgcommon.so rm -f *.o $(CC) -fPIC -shared $(CFLAGS) $(LDFLAGS) $^ -o $@ #$(CC) -fPIC -shared $(CFLAGS) $(LDFLAGS) -o $@ $^ -Wl,--whole-archive $(ROOT)/lib/libusgcommon.a -Wl,--no-whole-archive diff --git a/queue/libshm_queue.a b/queue/libshm_queue.a index 47498ba..1b5c93b 100644 --- a/queue/libshm_queue.a +++ b/queue/libshm_queue.a Binary files differ diff --git a/queue/libshm_queue.so b/queue/libshm_queue.so new file mode 100755 index 0000000..c41b743 --- /dev/null +++ b/queue/libshm_queue.so Binary files differ diff --git a/test/communication b/test/communication index 5fa1b7c..7f9e612 100755 --- a/test/communication +++ b/test/communication Binary files differ diff --git a/test2/pub_sub b/test2/pub_sub index a3fbccd..f551385 100755 --- a/test2/pub_sub +++ b/test2/pub_sub Binary files differ diff --git a/test2/req_rep b/test2/req_rep index 3b2b4b0..2aaaa26 100755 --- a/test2/req_rep +++ b/test2/req_rep Binary files differ -- Gitblit v1.8.0