aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-27 00:22:07 +0100
committerVincent Richard <[email protected]>2004-12-27 00:22:07 +0100
commit8b8cf2b54361041a7af454973ff72b633ffdf0a3 (patch)
treec2f91785984b7d9e7c8fcd2a61f0d9214984417b /SConstruct
parentMoved all header files to 'vmime/' directory. (diff)
downloadvmime-8b8cf2b54361041a7af454973ff72b633ffdf0a3.tar.gz
vmime-8b8cf2b54361041a7af454973ff72b633ffdf0a3.zip
Renamed files in POSIX platform handler.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 3 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 2f8679ac..b3d4c825 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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'
]
}