]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Add dependencies from ceph_smalliobenchrbd on cls_rbd, cls_journal, 10870/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 6 Sep 2016 17:27:43 +0000 (13:27 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 6 Sep 2016 19:13:42 +0000 (15:13 -0400)
and cls_lock.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/test/bench/CMakeLists.txt

index b6ca277aca23a90730b72f24b922afd57d9ea2a9..6773ad1e487a87dcecadb9424e8b74120ec537a0 100644 (file)
@@ -33,6 +33,10 @@ if(WITH_RBD)
     ${CMAKE_DL_LIBS}
     keyutils
     )
+  add_dependencies(ceph_smalliobenchrbd
+    cls_rbd
+    cls_journal
+    cls_lock)
   install(TARGETS
     ceph_smalliobenchrbd
     DESTINATION bin)