aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-31 20:36:35 +0200
committerVincent Richard <[email protected]>2005-03-31 20:36:35 +0200
commit3639b96ea888337f4d26a2b514e37e298b5afcd3 (patch)
treee15f3c8ce6d512c881e896618115816dbd9b0ee5 /SConstruct
parentModified isValidPathComponent() to accept drives as first component. (diff)
downloadvmime-3639b96ea888337f4d26a2b514e37e298b5afcd3.tar.gz
vmime-3639b96ea888337f4d26a2b514e37e298b5afcd3.zip
Support for message importance.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ad5c4b23..fdc23403 100644
--- a/SConstruct
+++ b/SConstruct
@@ -157,7 +157,8 @@ libvmime_sources = [
'mdn/MDNHelper.cpp', 'mdn/MDNHelper.hpp',
'mdn/MDNInfos.cpp', 'mdn/MDNInfos.hpp',
'mdn/receivedMDNInfos.cpp', 'mdn/receivedMDNInfos.hpp',
- 'mdn/sendableMDNInfos.cpp', 'mdn/sendableMDNInfos.hpp'
+ 'mdn/sendableMDNInfos.cpp', 'mdn/sendableMDNInfos.hpp',
+ 'misc/importanceHelper.cpp', 'misc/importanceHelper.hpp'
]
libvmime_examples_sources = [