summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript
index abd9a44..6a1dde1 100644
--- a/Swiften/SConscript
+++ b/Swiften/SConscript
@@ -91,6 +91,7 @@ sources = [
"Parser/PayloadParsers/SecurityLabelParser.cpp",
"Parser/PayloadParsers/SecurityLabelsCatalogParser.cpp",
"Parser/PayloadParsers/SoftwareVersionParser.cpp",
+ "Parser/PayloadParsers/StorageParser.cpp",
"Parser/PayloadParsers/StatusParser.cpp",
"Parser/PayloadParsers/StatusShowParser.cpp",
"Parser/PayloadParsers/VCardParser.cpp",
@@ -226,7 +227,9 @@ env.Append(UNITTEST_SOURCES = [
File("Parser/PayloadParsers/UnitTest/StatusParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/StatusShowParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/VCardParserTest.cpp"),
+ File("Parser/PayloadParsers/UnitTest/StorageParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/VCardUpdateParserTest.cpp"),
+ File("Parser/UnitTest/AttributeMapTest.cpp"),
File("Parser/UnitTest/IQParserTest.cpp"),
File("Parser/UnitTest/MessageParserTest.cpp"),
File("Parser/UnitTest/PayloadParserFactoryCollectionTest.cpp"),