diff options
author | Vincent Richard <[email protected]> | 2004-12-22 14:58:45 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-22 14:58:45 +0000 |
commit | 72f3f15dc833c373fe95e3ae0b0405955dceb3d0 (patch) | |
tree | 138b2c20fff6a8716d5461f955b37db6865b97ff | |
parent | Some more class documentation. (diff) | |
download | vmime-72f3f15dc833c373fe95e3ae0b0405955dceb3d0.tar.gz vmime-72f3f15dc833c373fe95e3ae0b0405955dceb3d0.zip |
Fixed SConstruct for files that have been removed.
-rw-r--r-- | SConstruct | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -99,7 +99,6 @@ libvmime_sources = [ ] libvmime_examples_sources = [ - 'examples/common.inc', 'examples/README', 'examples/example1.cpp', 'examples/example2.cpp', @@ -197,10 +196,6 @@ libvmime_tests = [ 'tests/charset/run-test.sh', 'tests/charset/test-suites/gnu.in.utf-8', 'tests/charset/test-suites/gnu.out.iso-8859-1', - - # main - 'tests/Makefile', - 'tests/run-tests.sh' ] libunitpp_common = [ |