From: Casey Bodley Date: Fri, 19 Feb 2016 16:10:26 +0000 (-0500) Subject: cmake: add missing librbd image_watcher sources X-Git-Tag: v10.1.0~353^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7717%2Fhead;p=ceph.git cmake: add missing librbd image_watcher sources Fixes: #14823 Signed-off-by: Casey Bodley --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d6bb021be27..aab216608a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1035,6 +1035,8 @@ if(${WITH_RBD}) librbd/image/RefreshParentRequest.cc librbd/image/RefreshRequest.cc librbd/image/SetSnapRequest.cc + librbd/image_watcher/Notifier.cc + librbd/image_watcher/NotifyLockOwner.cc librbd/journal/Replay.cc librbd/journal/Types.cc librbd/object_map/InvalidateRequest.cc