]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add StandardPolicy.cc to librbd 8368/head
authorKefu Chai <kchai@redhat.com>
Wed, 30 Mar 2016 06:16:04 +0000 (14:16 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 30 Mar 2016 06:32:33 +0000 (14:32 +0800)
fixes the librbd build.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index 168842baafc2fb807ddd533b350f2b2cf4b1b834..97d4c15d19e42d1d450038ebb2e7d2ea937623fd 100644 (file)
@@ -1023,6 +1023,7 @@ if(${WITH_RBD})
     librbd/Utils.cc
     librbd/exclusive_lock/AcquireRequest.cc
     librbd/exclusive_lock/ReleaseRequest.cc
+    librbd/exclusive_lock/StandardPolicy.cc
     librbd/image/CloseRequest.cc
     librbd/image/OpenRequest.cc
     librbd/image/RefreshParentRequest.cc
@@ -1031,6 +1032,7 @@ if(${WITH_RBD})
     librbd/image_watcher/Notifier.cc
     librbd/image_watcher/NotifyLockOwner.cc
     librbd/journal/Replay.cc
+    librbd/journal/StandardPolicy.cc
     librbd/journal/Types.cc
     librbd/object_map/InvalidateRequest.cc
     librbd/object_map/LockRequest.cc