summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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))