aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-10-02 15:44:00 +0200
committerVincent Richard <[email protected]>2006-10-02 15:44:00 +0200
commitb79a6ad89013e4aba947df043ad26cbe7fbab5a5 (patch)
tree352ecfc74b409c71f68e906630940bda71350083 /SConstruct
parentAttachment [file]name. (diff)
downloadvmime-b79a6ad89013e4aba947df043ad26cbe7fbab5a5.tar.gz
vmime-b79a6ad89013e4aba947df043ad26cbe7fbab5a5.zip
Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
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',