X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=nfs3%2FCMakeLists.txt;h=de355d83b859aaf54c41acbc1f474261736dbd8e;hb=3c5c5e9b5a8650e0549712e20e007ba2399656bf;hp=e6bf7f44c326443f6fcaa94080ab1828149a9496;hpb=a1ca7824a10cc1188b755b102e09c5bfa9ebdb40;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)