diff options
| author | Gordon Sim <gsim@apache.org> | 2009-01-21 17:53:32 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-01-21 17:53:32 +0000 |
| commit | 6ccb74bc1e1625471898882eef67d420a9e51995 (patch) | |
| tree | d79ae14ec25a576d5defb2a8ca9bcedb084f71f9 /qpid/cpp/src/Makefile.am | |
| parent | 970079da12f6868fbe0de106dadb516caf21645b (diff) | |
| download | qpid-python-6ccb74bc1e1625471898882eef67d420a9e51995.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@736354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 1f1f1c4a9c..bec5373157 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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 \ |
