diff options
| author | Vincent Richard <[email protected]> | 2005-03-31 20:36:35 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-03-31 20:36:35 +0200 |
| commit | 3639b96ea888337f4d26a2b514e37e298b5afcd3 (patch) | |
| tree | e15f3c8ce6d512c881e896618115816dbd9b0ee5 /SConstruct | |
| parent | Modified isValidPathComponent() to accept drives as first component. (diff) | |
| download | vmime-3639b96ea888337f4d26a2b514e37e298b5afcd3.tar.gz vmime-3639b96ea888337f4d26a2b514e37e298b5afcd3.zip | |
Support for message importance.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = [ |
