summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript5
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",