aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2007-03-22 17:03:41 +0100
committerVincent Richard <[email protected]>2007-03-22 17:03:41 +0100
commit5a2c2e41283ed609d2f30d83d4ce4ade1b205579 (patch)
treefe4663211bca2418a69ca7517fa5b778824f8b3b /SConstruct
parentFixed stack overflow error with VC++. (diff)
downloadvmime-5a2c2e41283ed609d2f30d83d4ce4ade1b205579.tar.gz
vmime-5a2c2e41283ed609d2f30d83d4ce4ade1b205579.zip
Added support for Courier maildir format.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 6 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index b8f74074..5d4e4fb0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -269,7 +269,10 @@ libvmime_messaging_proto_sources = [
'net/maildir/maildirStore.cpp', 'net/maildir/maildirStore.hpp',
'net/maildir/maildirFolder.cpp', 'net/maildir/maildirFolder.hpp',
'net/maildir/maildirMessage.cpp', 'net/maildir/maildirMessage.hpp',
- 'net/maildir/maildirUtils.cpp', 'net/maildir/maildirUtils.hpp'
+ 'net/maildir/maildirUtils.cpp', 'net/maildir/maildirUtils.hpp',
+ 'net/maildir/maildirFormat.cpp', 'net/maildir/maildirFormat.hpp',
+ 'net/maildir/format/kmailMaildirFormat.cpp', 'net/maildir/format/kmailMaildirFormat.hpp',
+ 'net/maildir/format/courierMaildirFormat.cpp', 'net/maildir/format/courierMaildirFormat.hpp'
]
],
[
@@ -366,7 +369,8 @@ libvmimetest_sources = [
'tests/security/digest/sha1Test.cpp',
# =============================== Net ================================
'tests/net/smtp/SMTPTransportTest.cpp',
- 'tests/net/smtp/SMTPResponseTest.cpp'
+ 'tests/net/smtp/SMTPResponseTest.cpp',
+ 'tests/net/maildir/maildirStoreTest.cpp'
]
libvmime_autotools = [