diff options
author | Yuval Lifshitz <yuvalif@yahoo.com> | 2019-01-01 18:37:59 +0100 |
---|---|---|
committer | Yuval Lifshitz <yuvalif@yahoo.com> | 2019-02-13 09:52:12 +0100 |
commit | 202f537bb05db7e17676c0253ee68559b01ead2e (patch) | |
tree | 4c55951ae25ee9968771bc4209e076c9a515f11a /src/tools/ceph-dencoder | |
parent | rgw: pubsub noack in rabbitmq + error handling (diff) | |
download | ceph-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.txt | 3 |
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) |