diff options
author | Björn Jacke <bj@sernet.de> | 2012-06-05 21:56:19 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-06-05 23:56:22 +0200 |
commit | f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f (patch) | |
tree | 6782877d495a83665956a1a02e14f9f36269e2f7 /source3/Makefile.in | |
parent | 8693a4fff95f2fa1f9c3b93429101c3b3d22218f (diff) | |
download | samba-f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f.tar.gz samba-f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f.tar.xz samba-f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f.zip |
s3: temporary hack to make the waf build work withouth autotools being required
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 <bj@sernet.de>
Autobuild-Date: Tue Jun 5 23:56:22 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 7b2783369c..fe052502b2 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 \ |