diff --git a/vn.ctp/build.sh b/vn.ctp/build.sh index 15332fb6..df869a70 100755 --- a/vn.ctp/build.sh +++ b/vn.ctp/build.sh @@ -10,6 +10,6 @@ fi pushd $BUILDDIR cmake .. make VERBOSE=1 -j 2 -ln -fs `pwd`/lib/libvnctpmd.so ../vnctpmd/test -ln -fs `pwd`/lib/libvnctptd.so ../vnctptd/test +ln -fs `pwd`/lib/libvnctpmd.so ../vnctpmd/test/vnctpmd.so +ln -fs `pwd`/lib/libvnctptd.so ../vnctptd/test/vnctptd.so popd