Signed-off-by: Myoungwon Oh <omwmw@sk.com>
ceph-monstore-tool \
ceph-osdomap-tool \
ceph-kvstore-tool \
- ceph-debugpack
+ ceph-debugpack \
+ cephdeduptool
_pkg $_libdir ceph/ceph-monstore-update-crush.sh
}
%{_bindir}/ceph_test_*
%{_bindir}/ceph-coverage
%{_bindir}/ceph-debugpack
+%{_bindir}/cephdeduptool
%{_mandir}/man8/ceph-debugpack.8*
%dir %{_libdir}/ceph
%{_libdir}/ceph/ceph-monstore-update-crush.sh
usr/bin/ceph_scratchtool
usr/bin/ceph_scratchtoolpp
usr/bin/ceph_test_*
+usr/bin/cephdeduptool
usr/lib/ceph/ceph-monstore-update-crush.sh
usr/share/java/libcephfs-test.jar
set(cephdeduptool_srcs ceph_dedup_tool.cc)
add_executable(cephdeduptool ${cephdeduptool_srcs})
-target_link_libraries(cephdeduptool librados global cls_cas_client)
+target_link_libraries(cephdeduptool librados-cxx global cls_cas_client)
install(TARGETS cephdeduptool DESTINATION bin)
if(WITH_CEPHFS)