X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2FCMakeLists.txt;h=e6bf7f44c326443f6fcaa94080ab1828149a9496;hb=7ca401a44bfecb14b7e5ecf849aec31157382231;hp=86edeb28081a10e9364ab959481976b92c5529d3;hpb=70fdd2326239a9a5e02b3c3699d2588d5fee48fa;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})