ceph-common includes them already.
Signed-off-by: Kefu Chai <kchai@redhat.com>
list(APPEND libcommon_files common/EventTrace.cc)
endif()
-set(mon_common_files
- auth/AuthSessionHandler.cc
- auth/cephx/CephxSessionHandler.cc
- erasure-code/ErasureCodePlugin.cc)
-add_library(mon_common_objs OBJECT ${mon_common_files})
set(common_mountcephfs_files
common/armor.c
common/safe_io.c
ConfigKeyService.cc)
add_library(mon STATIC
${lib_mon_srcs}
- $<TARGET_OBJECTS:mon_common_objs>
$<TARGET_OBJECTS:kv_objs>
$<TARGET_OBJECTS:heap_profiler_objs>)
target_link_libraries(mon ${ALLOC_LIBS})