From b79a6ad89013e4aba947df043ad26cbe7fbab5a5 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 2 Oct 2006 13:44:00 +0000 Subject: Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index c719c292..ed5a1b2e 100644 --- a/SConstruct +++ b/SConstruct @@ -140,6 +140,7 @@ libvmime_sources = [ 'textPart.hpp', 'types.hpp', 'word.cpp', 'word.hpp', + 'wordEncoder.cpp', 'wordEncoder.hpp', 'vmime.hpp', # ============================== Utility ============================= 'utility/childProcess.hpp', -- cgit