diff options
author | Vincent Richard <[email protected]> | 2005-11-06 16:26:44 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-06 16:26:44 +0000 |
commit | 86ad0038dcc19b8e48fc06b07bd20b01a62a0725 (patch) | |
tree | 585542b30a51e024dd5129a2f6f3f00c4a13edbb | |
parent | Refactored header field values and parameters. (diff) | |
download | vmime-86ad0038dcc19b8e48fc06b07bd20b01a62a0725.tar.gz vmime-86ad0038dcc19b8e48fc06b07bd20b01a62a0725.zip |
Missing 'headerFieldValue.hpp' in dist.
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |