aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-24 13:37:52 +0100
committerVincent Richard <[email protected]>2004-12-24 13:37:52 +0100
commite90dbe0dd308fca3d6387209b50458bdfb2aeaa6 (patch)
treee75c634847e2eceeefa526fca7c138bbaad962e9 /SConstruct
parentWhen connecting, create root directory if it does not exists. (diff)
downloadvmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.tar.gz
vmime-e90dbe0dd308fca3d6387209b50458bdfb2aeaa6.zip
Renamed class 'disposition' to 'contentDisposition'.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index e47c4f21..1ee4b4da 100644
--- a/SConstruct
+++ b/SConstruct
@@ -36,12 +36,12 @@ libvmime_sources = [
'charset.cpp', 'charset.hpp',
'component.cpp', 'component.hpp',
'constants.cpp', 'constants.hpp',
+ 'contentDisposition.cpp', 'contentDisposition.hpp',
'contentDispositionField.cpp', 'contentDispositionField.hpp',
'contentHandler.cpp', 'contentHandler.hpp',
'contentTypeField.cpp', 'contentTypeField.hpp',
'dateTime.cpp', 'dateTime.hpp',
'defaultAttachment.cpp', 'defaultAttachment.hpp',
- 'disposition.cpp', 'disposition.hpp',
'encoder.cpp', 'encoder.hpp',
'encoder7bit.cpp', 'encoder7bit.hpp',
'encoder8bit.cpp', 'encoder8bit.hpp',