summaryrefslogtreecommitdiffstats
path: root/src/tools/ceph-dencoder
diff options
context:
space:
mode:
authorYuval Lifshitz <yuvalif@yahoo.com>2019-01-01 18:37:59 +0100
committerYuval Lifshitz <yuvalif@yahoo.com>2019-02-13 09:52:12 +0100
commit202f537bb05db7e17676c0253ee68559b01ead2e (patch)
tree4c55951ae25ee9968771bc4209e076c9a515f11a /src/tools/ceph-dencoder
parentrgw: pubsub noack in rabbitmq + error handling (diff)
downloadceph-202f537bb05db7e17676c0253ee68559b01ead2e.tar.xz
ceph-202f537bb05db7e17676c0253ee68559b01ead2e.zip
rgw: pubsub add amqp unit-tests
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
Diffstat (limited to 'src/tools/ceph-dencoder')
-rw-r--r--src/tools/ceph-dencoder/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/ceph-dencoder/CMakeLists.txt b/src/tools/ceph-dencoder/CMakeLists.txt
index 8ae397e6844..7720b879c8f 100644
--- a/src/tools/ceph-dencoder/CMakeLists.txt
+++ b/src/tools/ceph-dencoder/CMakeLists.txt
@@ -56,5 +56,6 @@ target_link_libraries(ceph-dencoder
cls_journal_client
cls_timeindex_client
${EXTRALIBS}
- ${CMAKE_DL_LIBS})
+ ${CMAKE_DL_LIBS}
+ rabbitmq)
install(TARGETS ceph-dencoder DESTINATION bin)