diff options
| author | zhengchao <[email protected]> | 2018-06-29 18:41:34 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2018-06-29 18:41:34 +0800 |
| commit | 71b60bb752545a6f978e059f0cc1f6a40952fde7 (patch) | |
| tree | b24fed2a5acffb31930b7e9b36b74f99e947c337 /test/Makefile | |
| parent | 7d46948346da10ab76b97b966910bbb034027e75 (diff) | |
支持运行态注册行,增加.so版本号管理。
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 26ef3ce..0718719 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -LIBS=../lib/libMESA_field_stat2.so +LIBS=../lib/libMESA_field_stat2.so.* INC=-I../inc/ all: g++ -o fs2_test -g -Wall fs2_test.cpp $(INC) $(LIBS) -lpthread |
