summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-01-21 17:53:32 +0000
committerGordon Sim <gsim@apache.org>2009-01-21 17:53:32 +0000
commit8286d4dca724d72f98e9529d433765a0cebf6222 (patch)
treef15a9d4e78f76d6af2fb4c6a20a55c06d01a8915 /cpp/src/tests/Makefile.am
parent35e88ad9c8304d4f72bc712a57413c753906bc74 (diff)
downloadqpid-python-8286d4dca724d72f98e9529d433765a0cebf6222.tar.gz
QPID-1567: Added ability for federation links to failover to other specified known-hosts
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index ff2ee060c2..6392322f9a 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -90,7 +90,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
MessageReplayTracker.cpp \
ConsoleTest.cpp \
QueueEvents.cpp \
- ProxyTest.cpp
+ ProxyTest.cpp \
+ RetryList.cpp
if HAVE_XML
unit_test_SOURCES+= XmlClientSessionTest.cpp