summaryrefslogtreecommitdiff
path: root/cpp/src/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/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/Makefile.am')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 1f1f1c4a9c..bec5373157 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -408,6 +408,7 @@ libqpidbroker_la_SOURCES = \
qpid/broker/RecoveryManagerImpl.cpp \
qpid/broker/RecoveredEnqueue.cpp \
qpid/broker/RecoveredDequeue.cpp \
+ qpid/broker/RetryList.cpp \
qpid/broker/SaslAuthenticator.cpp \
qpid/broker/SecureConnection.cpp \
qpid/broker/SecureConnectionFactory.cpp \
@@ -561,6 +562,7 @@ nobase_include_HEADERS = \
qpid/broker/RecoveredEnqueue.h \
qpid/broker/RecoveryManager.h \
qpid/broker/RecoveryManagerImpl.h \
+ qpid/broker/RetryList.h \
qpid/broker/SaslAuthenticator.h \
qpid/broker/SecureConnection.h \
qpid/broker/SecureConnectionFactory.h \