summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-15 20:22:24 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-15 20:22:24 (GMT)
commit10d8877b9251d5408da9ac3a5eafb066de121bc6 (patch)
tree40437f01b7aaab6de7d74c01659a5c6b3656e635 /Swiften/Component/SConscript
parent8f73a49aeabc9c3acb64b69e1c428a8341538865 (diff)
downloadswift-10d8877b9251d5408da9ac3a5eafb066de121bc6.zip
swift-10d8877b9251d5408da9ac3a5eafb066de121bc6.tar.bz2
Added Component.
Diffstat (limited to 'Swiften/Component/SConscript')
-rw-r--r--Swiften/Component/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Component/SConscript b/Swiften/Component/SConscript
index 4b3ed92..0ca5a02 100644
--- a/Swiften/Component/SConscript
+++ b/Swiften/Component/SConscript
@@ -6,6 +6,7 @@ sources = [
"ComponentSession.cpp",
"ComponentSessionStanzaChannel.cpp",
"CoreComponent.cpp",
+ "Component.cpp",
]
swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.StaticObject(sources))