]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / mon / CMakeLists.txt
index 1382d24a76e7f4eed44cd52471043f7be6ba6a48..088fa6a0cdd603b40bb3aed15952aa6ad34f3bae 100644 (file)
@@ -2,7 +2,6 @@ set(lib_mon_srcs
   ${CMAKE_SOURCE_DIR}/src/auth/cephx/CephxKeyServer.cc
   ${CMAKE_SOURCE_DIR}/src/auth/cephx/CephxServiceHandler.cc
   ${CMAKE_SOURCE_DIR}/src/auth/AuthServiceHandler.cc
-  ${osd_mon_files}
   Paxos.cc
   PaxosService.cc
   OSDMonitor.cc
@@ -19,8 +18,9 @@ set(lib_mon_srcs
   ConfigMonitor.cc
   Elector.cc
   ElectionLogic.cc
+  ConnectionTracker.cc
   HealthMonitor.cc
-  ConfigKeyService.cc
+  KVMonitor.cc
   ../mds/MDSAuthCaps.cc
   ../mgr/mgr_commands.cc
   ../osd/OSDCap.cc
@@ -34,3 +34,6 @@ endif()
 add_library(mon STATIC
   ${lib_mon_srcs})
 target_link_libraries(mon kv heap_profiler)
+if(WITH_JAEGER)
+  target_link_libraries(mon jaeger-base)
+endif()