summaryrefslogtreecommitdiff
path: root/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
commit2b8e82875776feb8393c7791975acc9cf9fdb5e1 (patch)
tree1dda91e21db631a53fc796ffe6a12190895ba0db /cpp/src/Makefile.am
parenta00e277846fb1ad432988e582506c7a4223e7d67 (diff)
downloadqpid-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.am2
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 \