aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-10-25 13:15:53 +0200
committerVincent Richard <[email protected]>2004-10-25 13:15:53 +0200
commitc433e0213aeec09dd5b0b5d8ecac45e675854485 (patch)
treeb814c7dd98ff8c80ecef219ae09ed903ff088e73 /SConstruct
parentadded tests for getFieldCount, isEmpty, getFieldAt, getFieldList functions (diff)
downloadvmime-c433e0213aeec09dd5b0b5d8ecac45e675854485.tar.gz
vmime-c433e0213aeec09dd5b0b5d8ecac45e675854485.zip
Added specialization for typeAdapter <string>::parse() as it took only the first word of the text (operator<<).
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 93b0d23a..052c034f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -82,7 +82,7 @@ libvmime_sources = [
'text.cpp', 'text.hpp',
'textPartFactory.cpp', 'textPartFactory.hpp',
'textPart.hpp',
- 'typeAdapter.hpp',
+ 'typeAdapter.cpp', 'typeAdapter.hpp',
'types.hpp',
'word.cpp', 'word.hpp',
'vmime',