]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove cls_lock_client from libcephfs 9347/head
authorKefu Chai <kchai@redhat.com>
Fri, 27 May 2016 15:24:17 +0000 (23:24 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 27 May 2016 16:34:52 +0000 (00:34 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index 6a504fbd8569e8505112f5bc330026d9a5d67016..c1a94f97dde9934e5d59987199cb5054395a737d 100644 (file)
@@ -1082,7 +1082,7 @@ if(WITH_LIBCEPHFS)
   add_library(cephfs ${libcephfs_srcs}
     $<TARGET_OBJECTS:cls_references_objs>
     $<TARGET_OBJECTS:common_util_obj>)
-  target_link_libraries(cephfs LINK_PRIVATE client osdc osd os global common cls_lock_client
+  target_link_libraries(cephfs LINK_PRIVATE client osdc osd os global common
     ${BLKID_LIBRARIES}
     ${CRYPTO_LIBS} ${EXTRALIBS})
 if(BUILD_SHARED_LIBS)