diff options
author | Vincent Richard <[email protected]> | 2005-07-06 18:00:32 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-07-06 18:00:32 +0000 |
commit | 2a90d85363112faed38b022361ad2c2bbaefb4c9 (patch) | |
tree | 510dfe2063f5ab9dd6b98f5d1e01154da8659ddb | |
parent | Fixed 'bootstrap' script not running on Windows. (diff) | |
download | vmime-2a90d85363112faed38b022361ad2c2bbaefb4c9.tar.gz vmime-2a90d85363112faed38b022361ad2c2bbaefb4c9.zip |
Makefiles in examples/ not used.
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,8 +169,8 @@ libvmime_sources = [ libvmime_examples_sources = [ 'examples/README', - 'examples/Makefile.am', # not generated - 'examples/Makefile.in', +# 'examples/Makefile.am', # not generated +# 'examples/Makefile.in', 'examples/example1.cpp', 'examples/example2.cpp', 'examples/example3.cpp', |