X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2FCMakeLists.txt;h=810eccb953233cc8cc35f7c3380cca6733ca99ca;hb=e1b0a756fd5ee4c3959a82ba96a6f6e1b73e1049;hp=de355d83b859aaf54c41acbc1f474261736dbd8e;hpb=01424657df6ec5e34eb328bef88301d6137a8032;p=bluesky.git diff --git a/nfs3/CMakeLists.txt b/nfs3/CMakeLists.txt index de355d8..810eccb 100644 --- a/nfs3/CMakeLists.txt +++ b/nfs3/CMakeLists.txt @@ -2,7 +2,11 @@ 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) + common.c nfsd.c rpc.c mount.c nfs3.c + mount_prot_xdr.c nfs3_prot_xdr.c) + +add_executable(synclient synclient.c common.c nfs3_prot_xdr.c) include_directories(${GLIB_INCLUDE_DIRS} "${CMAKE_SOURCE_DIR}/bluesky") target_link_libraries(nfsproxy bluesky ${GLIB_LIBRARIES}) +target_link_libraries(synclient ${GLIB_LIBRARIES})