diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-11-02 21:30:40 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-12-23 11:44:45 (GMT) |
commit | 0a1d592c7bc85e537b8aa8425d8cbce7b48f915a (patch) | |
tree | d97a7eb6f7f2d30bc7806bde5ad6e3fff34b4924 /Swift/Controllers/SConscript | |
parent | 8f922ebfe8b1fd8c7d394da0ebeaf02f04c8e48f (diff) | |
download | swift-0a1d592c7bc85e537b8aa8425d8cbce7b48f915a.zip swift-0a1d592c7bc85e537b8aa8425d8cbce7b48f915a.tar.bz2 |
Save recent status messages and allow easy setting.
Change-Id: I5baaa2cf28cbc344bf442c4a74e0c9ff3ba31ea1
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index 7cd017b..a54c6a2 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -74,7 +74,8 @@ if env["SCONS_STAGE"] == "build" : "XMPPURIController.cpp", "ChatMessageSummarizer.cpp", "SettingConstants.cpp", - "WhiteboardManager.cpp" + "WhiteboardManager.cpp", + "StatusCache.cpp" ]) env.Append(UNITTEST_SOURCES = [ |