From f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 5 Jun 2012 21:56:19 +0200 Subject: [PATCH] s3: temporary hack to make the waf build work withouth autotools being required MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this also disables the examples/VFS build for waf now. Finally we should create a wscript file for examples/VFS. Autobuild-User: Björn Jacke Autobuild-Date: Tue Jun 5 23:56:22 CEST 2012 on sn-devel-104 --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index 7b2783369c4..fe052502b2a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3388,6 +3388,7 @@ bin/ndrdump4: $(BINARY_PREREQS) vfs_examples: ( \ cd ../examples/VFS && \ + test -e ./configure || exit 0 && \ ./configure && \ make clean && \ make \ -- 2.11.4.GIT