From 2a90d85363112faed38b022361ad2c2bbaefb4c9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 6 Jul 2005 18:00:32 +0000 Subject: [PATCH] Makefiles in examples/ not used. --- SConstruct | 4 ++-- 1 file 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',