X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2FCMakeLists.txt;h=de355d83b859aaf54c41acbc1f474261736dbd8e;hb=61d2c9c78ec9d823c7b8e554bf79b82517e0025c;hp=e6bf7f44c326443f6fcaa94080ab1828149a9496;hpb=1d62668cef91cf8f93f078ff47b4f99dec0f1669;p=bluesky.git diff --git a/nfs3/CMakeLists.txt b/nfs3/CMakeLists.txt index e6bf7f4..de355d8 100644 --- a/nfs3/CMakeLists.txt +++ b/nfs3/CMakeLists.txt @@ -1,4 +1,5 @@ -link_directories(/home/mvrable/scratch/libs3-1.4/build/lib) +include_directories("${LIBS3_BUILD_DIR}/include") +link_directories("${LIBS3_BUILD_DIR}/lib") add_executable(nfsproxy nfsd.c rpc.c mount.c nfs3.c mount_prot_xdr.c nfs3_prot_xdr.c)