diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-15 20:14:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-15 20:14:50 (GMT) |
commit | 8f73a49aeabc9c3acb64b69e1c428a8341538865 (patch) | |
tree | a08165c02a828cb3837d3d11e979c24b55e40de6 /Swiften/Component/SConscript | |
parent | 9173ea9c7d9e35a6b0fd87ee51a07f4e96b53fd6 (diff) | |
download | swift-8f73a49aeabc9c3acb64b69e1c428a8341538865.zip swift-8f73a49aeabc9c3acb64b69e1c428a8341538865.tar.bz2 |
Added CoreComponent.
Diffstat (limited to 'Swiften/Component/SConscript')
-rw-r--r-- | Swiften/Component/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Component/SConscript b/Swiften/Component/SConscript index 1f08301..4b3ed92 100644 --- a/Swiften/Component/SConscript +++ b/Swiften/Component/SConscript @@ -4,6 +4,8 @@ sources = [ "ComponentHandshakeGenerator.cpp", "ComponentConnector.cpp", "ComponentSession.cpp", + "ComponentSessionStanzaChannel.cpp", + "CoreComponent.cpp", ] swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.StaticObject(sources)) |