diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-22 10:26:01 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-22 10:27:06 (GMT) |
commit | a393a4ac64abb24b0fc2cb0e3e154706013d7803 (patch) | |
tree | 2ae8c502b0a465ab202e9f38ae9fd7dd176c92ca /Swiften/SConscript | |
parent | 2df5e148de44c6c91c5a28d197b8b2b913ca80d4 (diff) | |
download | swift-a393a4ac64abb24b0fc2cb0e3e154706013d7803.zip swift-a393a4ac64abb24b0fc2cb0e3e154706013d7803.tar.bz2 |
Stringprep SCRAM-SHA-1 authcid.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index af3ac97..6189b2e 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -42,10 +42,6 @@ sources = [ "Roster/ContactRosterItem.cpp", "Roster/Roster.cpp", "Roster/XMPPRoster.cpp", - "SASL/ClientAuthenticator.cpp", - "SASL/PLAINClientAuthenticator.cpp", - "SASL/PLAINMessage.cpp", - "SASL/SCRAMSHA1ClientAuthenticator.cpp", "Serializer/AuthRequestSerializer.cpp", "Serializer/AuthChallengeSerializer.cpp", "Serializer/AuthResponseSerializer.cpp", @@ -95,6 +91,7 @@ if myenv.get("HAVE_OPENSSL", 0) : SConscript(dirs = [ "Base", "StringPrep", + "SASL", "Application", "EventLoop", "Parser", |