aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-04-14 13:27:49 +0200
committerVincent Richard <[email protected]>2005-04-14 13:27:49 +0200
commit34595491817bd3d062b05fe0d2bfd4289410ab51 (patch)
treede05c249d6e43a1b89c36ef95bd6f62743b9ea79 /SConstruct
parentImplemented comparison operators. (diff)
downloadvmime-34595491817bd3d062b05fe0d2bfd4289410ab51.tar.gz
vmime-34595491817bd3d062b05fe0d2bfd4289410ab51.zip
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 3 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 5019f2fb..3f98823b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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 = [