From ffee996eb6b1f70ea5fd805a292a7db84ccf92e3 Mon Sep 17 00:00:00 2001 From: Vu Pham Date: Mon, 19 Jan 2015 07:28:31 -0800 Subject: [PATCH] cmake: Fix CMakelist.txt to remove depleted files - remove depleted tools/ceph_mon_store_converter_srcs - replace librbd source file (WatchCtx.cc to ImageWatcher.cc) Signed-off-by: Vu Pham --- src/CMakeLists.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a055d2cedb3fb..89cd62e32b293 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -556,13 +556,6 @@ add_executable(ceph-authtool ${ceph_authtool_srcs}) target_link_libraries(ceph-authtool global ${EXTRALIBS}) install(TARGETS ceph-authtool DESTINATION bin) -set(ceph_mon_store_converter_srcs - tools/mon_store_converter.cc) -add_executable(ceph_mon_store_converter ${ceph_mon_store_converter_srcs} - $) -target_link_libraries(ceph_mon_store_converter os global) -install(TARGETS ceph_mon_store_converter DESTINATION bin) - configure_file(${CMAKE_SOURCE_DIR}/src/ceph-coverage.in ${CMAKE_BINARY_DIR}/ceph-coverage @ONLY) @@ -657,7 +650,7 @@ if(${WITH_RBD}) librbd/ImageCtx.cc librbd/internal.cc librbd/LibrbdWriteback.cc - librbd/WatchCtx.cc) + librbd/ImageWatcher.cc) add_library(librbd ${CEPH_SHARED} ${librbd_srcs} $ $) -- 2.39.5