aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-04-26 21:27:20 +0200
committerVincent Richard <[email protected]>2005-04-26 21:27:20 +0200
commitb9e637f976c7dcaa2390dd8faa6ed5e43386c704 (patch)
tree91fc458e2402035112d4a6f7b4ef2dd2b5718a77 /SConstruct
parentAdded unit tests for date comparison + fixed date comparison (again...). (diff)
downloadvmime-b9e637f976c7dcaa2390dd8faa6ed5e43386c704.tar.gz
vmime-b9e637f976c7dcaa2390dd8faa6ed5e43386c704.zip
Moved generic implementation of send() to 'transport'.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 40bcdb2b..811bd828 100644
--- a/SConstruct
+++ b/SConstruct
@@ -194,7 +194,7 @@ libvmime_messaging_sources = [
'messaging/socket.hpp',
'messaging/store.hpp',
'messaging/timeoutHandler.hpp',
- 'messaging/transport.hpp'
+ 'messaging/transport.cpp', 'messaging/transport.hpp'
]
libvmime_messaging_proto_sources = [