diff options
| author | Vincent Richard <[email protected]> | 2013-06-25 18:14:39 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-25 18:14:39 +0200 |
| commit | 1c4429138317cbe3350159488aabe04b6b09883b (patch) | |
| tree | 076aceacce3a79e80c74d6b8a9f97cbdc011cb9d /SConstruct | |
| parent | Documentation. (diff) | |
| download | vmime-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-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
