diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-15 19:42:01 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-15 19:42:01 (GMT) |
commit | 9173ea9c7d9e35a6b0fd87ee51a07f4e96b53fd6 (patch) | |
tree | 399911d37b7b7378be12a368717cd7c7142523ef /Swiften/SConscript | |
parent | 062658db9f46ef749eeec09c162e5afaf1524ab6 (diff) | |
download | swift-9173ea9c7d9e35a6b0fd87ee51a07f4e96b53fd6.zip swift-9173ea9c7d9e35a6b0fd87ee51a07f4e96b53fd6.tar.bz2 |
Added ComponentSession.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 84d9a67..ca4f91a 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -159,6 +159,7 @@ if env["SCONS_STAGE"] == "build" : File("Compress/UnitTest/ZLibDecompressorTest.cpp"), File("Component/UnitTest/ComponentHandshakeGeneratorTest.cpp"), File("Component/UnitTest/ComponentConnectorTest.cpp"), + File("Component/UnitTest/ComponentSessionTest.cpp"), File("Disco/UnitTest/CapsInfoGeneratorTest.cpp"), File("Disco/UnitTest/CapsManagerTest.cpp"), File("Disco/UnitTest/EntityCapsManagerTest.cpp"), |