aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-06-25 18:14:39 +0200
committerVincent Richard <[email protected]>2013-06-25 18:14:39 +0200
commit1c4429138317cbe3350159488aabe04b6b09883b (patch)
tree076aceacce3a79e80c74d6b8a9f97cbdc011cb9d /SConstruct
parentDocumentation. (diff)
downloadvmime-1c4429138317cbe3350159488aabe04b6b09883b.tar.gz
vmime-1c4429138317cbe3350159488aabe04b6b09883b.zip
New content handler for file. Automatically set file size with file attachment.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 9d048942..f390174d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -75,6 +75,7 @@ libvmime_sources = [
'encoding.cpp', 'encoding.hpp',
'exception.cpp', 'exception.hpp',
'fileAttachment.cpp', 'fileAttachment.hpp',
+ 'fileContentHandler.cpp', 'fileContentHandler.hpp',
'generatedMessageAttachment.hpp', 'generatedMessageAttachment.cpp',
'generationContext.hpp', 'generationContext.cpp',
'header.cpp', 'header.hpp',