aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2012-04-27 06:34:26 +0000
committerVincent Richard <[email protected]>2012-04-27 06:34:26 +0000
commitf050da2901816efde1c8986e3aeae7ad92c350a9 (patch)
treecfc92129b03c08933dcbe82df6b1e8c995217e97
parentAdded ability to parse directly from an input stream (eg. file). This allows ... (diff)
downloadvmime-f050da2901816efde1c8986e3aeae7ad92c350a9.tar.gz
vmime-f050da2901816efde1c8986e3aeae7ad92c350a9.zip
Fixed duplicate file reference (thanks to Enes Albay).
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2690172e..1f3c7c98 100644
--- a/SConstruct
+++ b/SConstruct
@@ -137,7 +137,6 @@ libvmime_sources = [
'utility/childProcess.hpp',
'utility/file.hpp',
'utility/datetimeUtils.cpp', 'utility/datetimeUtils.hpp',
- 'utility/filteredStream.cpp', 'utility/filteredStream.hpp',
'utility/path.cpp', 'utility/path.hpp',
'utility/progressListener.cpp', 'utility/progressListener.hpp',
'utility/random.cpp', 'utility/random.hpp',