diff options
| author | Vincent Richard <[email protected]> | 2005-10-13 23:27:46 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-10-13 23:27:46 +0200 |
| commit | a4161cf09d340236a03954cda588320ed4848655 (patch) | |
| tree | 56f453acb6bf5e0aeb2d2f067ca7c83db87d0551 /SConstruct | |
| parent | Added removeAllFields() for a field name. (diff) | |
| download | vmime-a4161cf09d340236a03954cda588320ed4848655.tar.gz vmime-a4161cf09d340236a03954cda588320ed4848655.zip | |
Added 'attachmentHelper'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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', |
