diff options
| author | Vincent Richard <[email protected]> | 2005-04-14 13:27:49 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-04-14 13:27:49 +0200 |
| commit | 34595491817bd3d062b05fe0d2bfd4289410ab51 (patch) | |
| tree | de05c249d6e43a1b89c36ef95bd6f62743b9ea79 /SConstruct | |
| parent | Implemented comparison operators. (diff) | |
| download | vmime-34595491817bd3d062b05fe0d2bfd4289410ab51.tar.gz vmime-34595491817bd3d062b05fe0d2bfd4289410ab51.zip | |
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -155,6 +155,8 @@ libvmime_sources = [ 'utility/stream.cpp', 'utility/stream.hpp', 'utility/stringProxy.cpp', 'utility/stringProxy.hpp', 'utility/stringUtils.cpp', 'utility/stringUtils.hpp', + 'utility/url.cpp', 'utility/url.hpp', + 'utility/urlUtils.cpp', 'utility/urlUtils.hpp', 'mdn/MDNHelper.cpp', 'mdn/MDNHelper.hpp', 'mdn/MDNInfos.cpp', 'mdn/MDNInfos.hpp', 'mdn/receivedMDNInfos.cpp', 'mdn/receivedMDNInfos.hpp', @@ -192,9 +194,7 @@ libvmime_messaging_sources = [ 'messaging/socket.hpp', 'messaging/store.hpp', 'messaging/timeoutHandler.hpp', - 'messaging/transport.hpp', - 'messaging/url.cpp', 'messaging/url.hpp', - 'messaging/urlUtils.cpp', 'messaging/urlUtils.hpp' + 'messaging/transport.hpp' ] libvmime_messaging_proto_sources = [ |
