aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-07-06 18:00:32 +0000
committerVincent Richard <[email protected]>2005-07-06 18:00:32 +0000
commit2a90d85363112faed38b022361ad2c2bbaefb4c9 (patch)
tree510dfe2063f5ab9dd6b98f5d1e01154da8659ddb
parentFixed 'bootstrap' script not running on Windows. (diff)
downloadvmime-2a90d85363112faed38b022361ad2c2bbaefb4c9.tar.gz
vmime-2a90d85363112faed38b022361ad2c2bbaefb4c9.zip
Makefiles in examples/ not used.
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 5f803bce..3f89850e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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',