summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-07-08 20:27:27 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 09:00:01 (GMT)
commit1b2d23c160b4c120a364ff9e86b54e2d8caeaaa4 (patch)
tree94c9884d7746786568d0da2d6e122dd0f0b5ca9c /Swiften/ScreenSharing/SConscript
parent4e0236b08d3914d24af32f45bc99663a73c6d83a (diff)
downloadswift-contrib-1b2d23c160b4c120a364ff9e86b54e2d8caeaaa4.zip
swift-contrib-1b2d23c160b4c120a364ff9e86b54e2d8caeaaa4.tar.bz2
Screen sharing managing
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)