aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
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'
]
}