aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-19 01:04:22 +0100
committerVincent Richard <[email protected]>2004-12-19 01:04:22 +0100
commit5c8333cb1e994d246f0b6226fde7c8499a4ac5a4 (patch)
treebcac2c380e7ccad5387b2bbc38fd5a3d6cf3dca7 /SConstruct
parentAdded #ifdefs's to fix bugs when compiling without messaging or file-system s... (diff)
downloadvmime-5c8333cb1e994d246f0b6226fde7c8499a4ac5a4.tar.gz
vmime-5c8333cb1e994d246f0b6226fde7c8499a4ac5a4.zip
Moved code from 'exception.hpp' to 'exception.cpp' + new features for exceptions.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0f1e8125..74eebaa7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -52,7 +52,7 @@ libvmime_sources = [
'encoderQP.cpp', 'encoderQP.hpp',
'encoderUUE.cpp', 'encoderUUE.hpp',
'encoding.cpp', 'encoding.hpp',
- 'exception.hpp',
+ 'exception.cpp', 'exception.hpp',
'fileAttachment.cpp', 'fileAttachment.hpp',
'genericField.hpp',
'genericParameter.hpp',