diff options
Diffstat (limited to 'Swiften/FileTransfer/SConscript')
| -rw-r--r-- | Swiften/FileTransfer/SConscript | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/Swiften/FileTransfer/SConscript b/Swiften/FileTransfer/SConscript index 8d98477..6c29ea6 100644 --- a/Swiften/FileTransfer/SConscript +++ b/Swiften/FileTransfer/SConscript @@ -9,32 +9,33 @@ sources = [  		"IncomingFileTransfer.cpp",  		"IncomingJingleFileTransfer.cpp",  		"IncomingFileTransferManager.cpp", +		"JingleFileTransfer.cpp", +		"FileTransferOptions.cpp", +		"FileTransferTransporter.cpp", +		"FileTransferTransporterFactory.cpp", +		"DefaultFileTransferTransporter.cpp", +		"DefaultFileTransferTransporterFactory.cpp",  		"RemoteJingleTransportCandidateSelector.cpp", -		"RemoteJingleTransportCandidateSelectorFactory.cpp",  		"LocalJingleTransportCandidateGenerator.cpp", -		"LocalJingleTransportCandidateGeneratorFactory.cpp", -		"DefaultRemoteJingleTransportCandidateSelectorFactory.cpp", -		"DefaultLocalJingleTransportCandidateGeneratorFactory.cpp", -		"DefaultRemoteJingleTransportCandidateSelector.cpp", -		"DefaultLocalJingleTransportCandidateGenerator.cpp", -		"JingleTransport.cpp", -		"JingleIncomingIBBTransport.cpp",  		"ReadBytestream.cpp",  		"WriteBytestream.cpp",  		"FileReadBytestream.cpp",  		"FileWriteBytestream.cpp", +		"FileTransfer.cpp", +		"TransportSession.cpp",  		"SOCKS5BytestreamClientSession.cpp", +		"SOCKS5BytestreamServerInitializeRequest.cpp", +		"SOCKS5BytestreamServerManager.cpp",  		"SOCKS5BytestreamServer.cpp",  		"SOCKS5BytestreamServerSession.cpp",  		"SOCKS5BytestreamRegistry.cpp", -		"SOCKS5BytestreamProxy.cpp", +		"SOCKS5BytestreamProxiesManager.cpp",  		"SOCKS5BytestreamProxyFinder.cpp",  		"IBBSendSession.cpp",  		"IBBReceiveSession.cpp",  		"FileTransferManager.cpp",  		"FileTransferManagerImpl.cpp",  		"IncrementalBytestreamHashCalculator.cpp", -		"ConnectivityManager.cpp",  	]  swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.SwiftenObject(sources)) | 
 Swift
 Swift