From c6a302283cee53d113d88db89c0a242576dbc8c4 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期六, 13 六月 2020 10:15:50 +0800 Subject: [PATCH] 修改包路径 --- test/Makefile | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index be2e246..c8fa824 100755 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ LDLIBS+=-Wl,-rpath=../hclib:../hclib/HCNetSDKCom:../common LDDIR += -L$(ROOT)/hcnetdisk_wrapper -L../hclib -L../hclib/HCNetSDKCom LDLIBS += -lhcnetsdk -lhpr -lHCCore -LDLIBS += -lpthread -ljsoncpp -lnanomsg +LDLIBS += -ljsoncpp -lnng -lpthread LIB_NETDISK = libnetdisk.a DLIB_NETDISK = libnetdisk.so PLATFORM=$(shell $(ROOT)/systype.sh) @@ -13,9 +13,8 @@ -all: download1 test_file test_io profile test_json +all: nng/reqrep test -test_file: test_file.c clean: rm -f test *.o a.out core temp.* *.a *.so -- Gitblit v1.8.0