diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-24 15:44:12 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-24 15:56:44 (GMT) |
commit | b63574ca72ccf0ae197f35e2000ad0c6973b2505 (patch) | |
tree | 6dd10865fef9c0a89a89403a92153977901c2c09 /Swift/Controllers/SConscript | |
parent | 9dccf1e0c86b10d41dd2d5f3bf71faf1bf8d77c8 (diff) | |
download | swift-contrib-b63574ca72ccf0ae197f35e2000ad0c6973b2505.zip swift-contrib-b63574ca72ccf0ae197f35e2000ad0c6973b2505.tar.bz2 |
Moving more from Swift to Client.
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index dead16a..d8b2781 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -27,7 +27,6 @@ if env["SCONS_STAGE"] == "build" : "Chat/MUCController.cpp", "Chat/MUCSearchController.cpp", "MainController.cpp", - "NickResolver.cpp", "RosterController.cpp", "RosterGroupExpandinessPersister.cpp", "EventWindowController.cpp", @@ -45,7 +44,6 @@ if env["SCONS_STAGE"] == "build" : ]) env.Append(UNITTEST_SOURCES = [ - File("UnitTest/NickResolverTest.cpp"), File("UnitTest/RosterControllerTest.cpp"), File("UnitTest/PreviousStatusStoreTest.cpp"), File("UnitTest/PresenceNotifierTest.cpp"), |