diff options
Diffstat (limited to 'Swiften/FileTransfer/SConscript')
| -rw-r--r-- | Swiften/FileTransfer/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/FileTransfer/SConscript b/Swiften/FileTransfer/SConscript index ff162ad..41af8d4 100644 --- a/Swiften/FileTransfer/SConscript +++ b/Swiften/FileTransfer/SConscript | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | Import("swiften_env", "env") | 1 | Import("swiften_env", "env") |
| 2 | 2 | ||
| 3 | sources = [ | 3 | sources = [ |
| 4 | "ByteArrayReadBytestream.cpp", | 4 | "ByteArrayReadBytestream.cpp", |
| 5 | "OutgoingFileTransfer.cpp", | 5 | "OutgoingFileTransfer.cpp", |
| 6 | "OutgoingSIFileTransfer.cpp", | ||
| 7 | "OutgoingJingleFileTransfer.cpp", | 6 | "OutgoingJingleFileTransfer.cpp", |
| 8 | "OutgoingFileTransferManager.cpp", | 7 | "OutgoingFileTransferManager.cpp", |
| 9 | "IncomingFileTransfer.cpp", | 8 | "IncomingFileTransfer.cpp", |
| 10 | "IncomingJingleFileTransfer.cpp", | 9 | "IncomingJingleFileTransfer.cpp", |
| 11 | "IncomingFileTransferManager.cpp", | 10 | "IncomingFileTransferManager.cpp", |
Swift