summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-22 10:33:12 +0000
committerGordon Sim <gsim@apache.org>2008-04-22 10:33:12 +0000
commitceabd6c884c0f9f5315a13b6d7207895cd79ac6f (patch)
tree34acdaefc6bceb82c5a758460e37d5765c74a2ce /qpid/cpp/src/Makefile.am
parent80068cb1d178cd0b3d94d476bce460fef7e3cd18 (diff)
downloadqpid-python-ceabd6c884c0f9f5315a13b6d7207895cd79ac6f.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@650439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 1ddc86e5cd..608120a7e7 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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 \