diff options
| author | Vincent Richard <[email protected]> | 2005-04-26 21:27:20 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-04-26 21:27:20 +0200 |
| commit | b9e637f976c7dcaa2390dd8faa6ed5e43386c704 (patch) | |
| tree | 91fc458e2402035112d4a6f7b4ef2dd2b5718a77 /SConstruct | |
| parent | Added unit tests for date comparison + fixed date comparison (again...). (diff) | |
| download | vmime-b9e637f976c7dcaa2390dd8faa6ed5e43386c704.tar.gz vmime-b9e637f976c7dcaa2390dd8faa6ed5e43386c704.zip | |
Moved generic implementation of send() to 'transport'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |
