]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: let rbd_internal depend on librbd-tp
authorKefu Chai <kchai@redhat.com>
Wed, 9 Nov 2016 04:10:03 +0000 (12:10 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 14 Nov 2016 10:38:55 +0000 (18:38 +0800)
as librbd/AioCompletion.cc includes "tracing/librbd.h", which is offered
by librbd-tp.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/librbd/CMakeLists.txt

index 404be5f2c01f8acc3f64b23f455b171303a23292..54d1ed82e87b07f70f12e49712392038fa3c81bc 100644 (file)
@@ -89,7 +89,7 @@ add_library(rbd_internal STATIC
   ${librbd_internal_srcs}
   $<TARGET_OBJECTS:rados_snap_set_diff_obj>)
 if(WITH_LTTNG)
-  add_dependencies(rbd_api librbd-tp)
+  add_dependencies(rbd_internal librbd-tp)
 endif()
 
 add_library(librbd ${CEPH_SHARED}