summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2014-01-27 17:09:37 +0000
committerAlan Conway <aconway@apache.org>2014-01-27 17:09:37 +0000
commit99e34bb3e8f9b071c6c3337fbcf4be5ffd9b1720 (patch)
treeb3619927619c70673aeec5829c14798f276ac83a /cpp/src
parent54ba6a05400492759ed2f2fbfcb345f5fe080545 (diff)
downloadqpid-python-99e34bb3e8f9b071c6c3337fbcf4be5ffd9b1720.tar.gz
QPID-5513: HA backup fails if number of replicated queues exceeds number of channels.
Fix link error (incorrect libraries listed) in ha_test_max_queues on windows. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1561754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt
index abcb82b97d..37cd6629dc 100644
--- a/cpp/src/tests/CMakeLists.txt
+++ b/cpp/src/tests/CMakeLists.txt
@@ -300,7 +300,7 @@ target_link_libraries (msg_group_test qpidmessaging qpidtypes qpidcommon "${Boos
remember_location(msg_group_test)
add_executable (ha_test_max_queues ha_test_max_queues.cpp ${platform_test_additions})
-target_link_libraries (ha_test_max_queues qpidmessaging qpidtypes qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}")
+target_link_libraries (ha_test_max_queues qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}")
remember_location(ha_test_max_queues)
if (BUILD_SASL)