diff options
| author | Vincent Richard <[email protected]> | 2004-12-27 00:22:07 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-27 00:22:07 +0100 |
| commit | 8b8cf2b54361041a7af454973ff72b633ffdf0a3 (patch) | |
| tree | c2f91785984b7d9e7c8fcd2a61f0d9214984417b /SConstruct | |
| parent | Moved all header files to 'vmime/' directory. (diff) | |
| download | vmime-8b8cf2b54361041a7af454973ff72b633ffdf0a3.tar.gz vmime-8b8cf2b54361041a7af454973ff72b633ffdf0a3.zip | |
Renamed files in POSIX platform handler.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -172,9 +172,9 @@ libvmime_messaging_proto_sources = [ libvmime_platforms_sources = { 'posix': [ - 'platforms/posix/file.cpp', 'platforms/posix/file.hpp', - 'platforms/posix/handler.cpp', 'platforms/posix/handler.hpp', - 'platforms/posix/socket.cpp', 'platforms/posix/socket.hpp' + 'platforms/posix/posixFile.cpp', 'platforms/posix/posixFile.hpp', + 'platforms/posix/posixHandler.cpp', 'platforms/posix/posixSHandler.hpp', + 'platforms/posix/posixSocket.cpp', 'platforms/posix/posixSocket.hpp' ] } |
