summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/SConscript')
-rw-r--r--Swiften/ScreenSharing/SConscript8
1 files changed, 7 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/SConscript b/Swiften/ScreenSharing/SConscript
index cc757a5..6504541 100644
--- a/Swiften/ScreenSharing/SConscript
+++ b/Swiften/ScreenSharing/SConscript
@@ -6,7 +6,13 @@ sources = [
"VP8RTPPacketizer.cpp",
"VP8Decoder.cpp",
"VP8RTPParser.cpp",
- ]
+ "ScreenSharing.cpp",
+ "OutgoingScreenSharing.cpp",
+ "OutgoingScreenSharingManager.cpp",
+ "IncomingScreenSharing.cpp",
+ "IncomingScreenSharingManager.cpp",
+ "ScreenSharingManagerImpl.cpp",
+ ]
objects = swiften_env.SwiftenObject(sources)