aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-06 16:26:44 +0000
committerVincent Richard <[email protected]>2005-11-06 16:26:44 +0000
commit86ad0038dcc19b8e48fc06b07bd20b01a62a0725 (patch)
tree585542b30a51e024dd5129a2f6f3f00c4a13edbb
parentRefactored header field values and parameters. (diff)
downloadvmime-86ad0038dcc19b8e48fc06b07bd20b01a62a0725.tar.gz
vmime-86ad0038dcc19b8e48fc06b07bd20b01a62a0725.zip
Missing 'headerFieldValue.hpp' in dist.
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5a856959..bfa3f19a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -108,6 +108,7 @@ libvmime_sources = [
'header.cpp', 'header.hpp',
'headerFieldFactory.cpp', 'headerFieldFactory.hpp',
'headerField.cpp', 'headerField.hpp',
+ 'headerFieldValue.hpp',
'htmlTextPart.cpp', 'htmlTextPart.hpp',
'mailbox.cpp', 'mailbox.hpp',
'mailboxField.cpp', 'mailboxField.hpp',