From 1c4429138317cbe3350159488aabe04b6b09883b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 25 Jun 2013 18:14:39 +0200 Subject: New content handler for file. Automatically set file size with file attachment. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') 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', -- cgit