diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-06 10:00:07 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-06 10:00:07 (GMT) |
commit | 2bfc35aebd04a6fa969b8909bbc7d06cef3821c4 (patch) | |
tree | e917f503568ad3206f12304ca7fda04b5502af8f /Swift/Controllers/SConscript | |
parent | 5e87304f8e31adeddcba41879057093e65047493 (diff) | |
download | swift-contrib-2bfc35aebd04a6fa969b8909bbc7d06cef3821c4.zip swift-contrib-2bfc35aebd04a6fa969b8909bbc7d06cef3821c4.tar.bz2 |
Fix compilation.
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index 8c12c50..a7ddc79 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -33,6 +33,7 @@ if env["SCONS_STAGE"] == "build" : "XMLConsoleController.cpp", "UIEvents/UIEvent.cpp", "UIInterfaces/XMLConsoleWidget.cpp", + "UIInterfaces/ChatListWindow.cpp", "PreviousStatusStore.cpp", ]) |