aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-13 23:27:46 +0200
committerVincent Richard <[email protected]>2005-10-13 23:27:46 +0200
commita4161cf09d340236a03954cda588320ed4848655 (patch)
tree56f453acb6bf5e0aeb2d2f067ca7c83db87d0551 /SConstruct
parentAdded removeAllFields() for a field name. (diff)
downloadvmime-a4161cf09d340236a03954cda588320ed4848655.tar.gz
vmime-a4161cf09d340236a03954cda588320ed4848655.zip
Added 'attachmentHelper'.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 708d53a3..c7e90923 100644
--- a/SConstruct
+++ b/SConstruct
@@ -76,9 +76,11 @@ libvmime_sources = [
'address.cpp', 'address.hpp',
'addressList.cpp', 'addressList.hpp',
'attachment.hpp',
+ 'attachmentHelper.cpp', 'attachmentHelper.hpp',
'base.cpp', 'base.hpp',
'body.cpp', 'body.hpp',
'bodyPart.cpp', 'bodyPart.hpp',
+ 'bodyPartAttachment.cpp', 'bodyPartAttachment.hpp',
'charset.cpp', 'charset.hpp',
'component.cpp', 'component.hpp',
'constants.cpp', 'constants.hpp',
@@ -327,6 +329,7 @@ libvmimetest_common = [
libvmimetest_sources = [
'tests/testRunner.cpp',
# ============================== Parser ==============================
+ 'tests/parser/attachmentHelperTest.cpp',
'tests/parser/bodyPartTest.cpp',
'tests/parser/datetimeTest.cpp',
'tests/parser/dispositionTest.cpp',