diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-22 10:33:12 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-22 10:33:12 +0000 |
| commit | 2b8e82875776feb8393c7791975acc9cf9fdb5e1 (patch) | |
| tree | 1dda91e21db631a53fc796ffe6a12190895ba0db /cpp/src/Makefile.am | |
| parent | a00e277846fb1ad432988e582506c7a4223e7d67 (diff) | |
| download | qpid-python-2b8e82875776feb8393c7791975acc9cf9fdb5e1.tar.gz | |
QPID-648: (based on patch from mfarrellee@redhat.com)
* apply authentication to final 0-10 codepath
* consolidate conditional compilation of sasl-related code
* improved handling of connection close during connection establishment in client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 1ddc86e5cd..608120a7e7 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -238,6 +238,7 @@ libqpidbroker_la_SOURCES = \ qpid/broker/RecoveryManagerImpl.cpp \ qpid/broker/RecoveredEnqueue.cpp \ qpid/broker/RecoveredDequeue.cpp \ + qpid/broker/SaslAuthenticator.cpp \ qpid/broker/SemanticState.h \ qpid/broker/SemanticState.cpp \ qpid/broker/SessionState.h \ @@ -372,6 +373,7 @@ nobase_include_HEADERS = \ qpid/broker/RecoveryManager.h \ qpid/broker/RecoveryManagerImpl.h \ qpid/broker/SemanticHandler.h \ + qpid/broker/SaslAuthenticator.h \ qpid/broker/SessionManager.h \ qpid/broker/System.h \ qpid/broker/Timer.h \ |
