From: Mykola Golub Date: Sun, 6 Dec 2015 19:55:20 +0000 (+0200) Subject: cmake: update for recent rbd changes X-Git-Tag: v10.0.2~80^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c83d6dbf5c668f90541cacafc70478cebef65bd6;p=ceph.git cmake: update for recent rbd changes Signed-off-by: Mykola Golub --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0d90ee231c28..b98b5c9bfa5e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -938,11 +938,13 @@ if(${WITH_RBD}) tools/rbd/action/Import.cc tools/rbd/action/ImportDiff.cc tools/rbd/action/Info.cc + tools/rbd/action/Journal.cc tools/rbd/action/Kernel.cc tools/rbd/action/List.cc tools/rbd/action/Lock.cc tools/rbd/action/MergeDiff.cc tools/rbd/action/MirrorPool.cc + tools/rbd/action/Nbd.cc tools/rbd/action/ObjectMap.cc tools/rbd/action/Remove.cc tools/rbd/action/Rename.cc