X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2FCMakeLists.txt;h=e6bf7f44c326443f6fcaa94080ab1828149a9496;hb=a1ca7824a10cc1188b755b102e09c5bfa9ebdb40;hp=86edeb28081a10e9364ab959481976b92c5529d3;hpb=61f7d4d160419cb1b26d6d0a5d841873a8f68c20;p=bluesky.git diff --git a/nfs3/CMakeLists.txt b/nfs3/CMakeLists.txt index 86edeb2..e6bf7f4 100644 --- a/nfs3/CMakeLists.txt +++ b/nfs3/CMakeLists.txt @@ -3,5 +3,5 @@ link_directories(/home/mvrable/scratch/libs3-1.4/build/lib) add_executable(nfsproxy nfsd.c rpc.c mount.c nfs3.c mount_prot_xdr.c nfs3_prot_xdr.c) -include_directories(${GLIB_INCLUDE_DIRS} "../bluesky") +include_directories(${GLIB_INCLUDE_DIRS} "${CMAKE_SOURCE_DIR}/bluesky") target_link_libraries(nfsproxy bluesky ${GLIB_LIBRARIES})