From 86ad0038dcc19b8e48fc06b07bd20b01a62a0725 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 6 Nov 2005 16:26:44 +0000 Subject: [PATCH] Missing 'headerFieldValue.hpp' in dist. --- SConstruct | 1 + 1 file changed, 1 insertion(+) 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',