diff options
| author | dknn <yoann.blein@free.fr> | 2012-07-08 20:27:27 (GMT) |
|---|---|---|
| committer | dknn <yoann.blein@free.fr> | 2012-09-22 09:00:01 (GMT) |
| commit | 1b2d23c160b4c120a364ff9e86b54e2d8caeaaa4 (patch) | |
| tree | 94c9884d7746786568d0da2d6e122dd0f0b5ca9c /Swiften/ScreenSharing/SConscript | |
| parent | 4e0236b08d3914d24af32f45bc99663a73c6d83a (diff) | |
| download | swift-contrib-1b2d23c160b4c120a364ff9e86b54e2d8caeaaa4.zip swift-contrib-1b2d23c160b4c120a364ff9e86b54e2d8caeaaa4.tar.bz2 | |
Screen sharing managing
Diffstat (limited to 'Swiften/ScreenSharing/SConscript')
| -rw-r--r-- | Swiften/ScreenSharing/SConscript | 8 |
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 @@ -5,9 +5,15 @@ sources = [ "VP8Encoder.cpp", "VP8RTPPacketizer.cpp", "VP8Decoder.cpp", "VP8RTPParser.cpp", - ] + "ScreenSharing.cpp", + "OutgoingScreenSharing.cpp", + "OutgoingScreenSharingManager.cpp", + "IncomingScreenSharing.cpp", + "IncomingScreenSharingManager.cpp", + "ScreenSharingManagerImpl.cpp", + ] objects = swiften_env.SwiftenObject(sources) if swiften_env["experimental"] : |
Swift