From 3639b96ea888337f4d26a2b514e37e298b5afcd3 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 31 Mar 2005 18:36:35 +0000 Subject: Support for message importance. --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ad5c4b23..fdc23403 100644 --- a/SConstruct +++ b/SConstruct @@ -157,7 +157,8 @@ libvmime_sources = [ 'mdn/MDNHelper.cpp', 'mdn/MDNHelper.hpp', 'mdn/MDNInfos.cpp', 'mdn/MDNInfos.hpp', 'mdn/receivedMDNInfos.cpp', 'mdn/receivedMDNInfos.hpp', - 'mdn/sendableMDNInfos.cpp', 'mdn/sendableMDNInfos.hpp' + 'mdn/sendableMDNInfos.cpp', 'mdn/sendableMDNInfos.hpp', + 'misc/importanceHelper.cpp', 'misc/importanceHelper.hpp' ] libvmime_examples_sources = [ -- cgit