]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: temporary hack to make the waf build work withouth autotools being required
authorBjörn Jacke <bj@sernet.de>
Tue, 5 Jun 2012 19:56:19 +0000 (21:56 +0200)
committerBjoern Jacke <bj@sernet.de>
Tue, 5 Jun 2012 21:56:22 +0000 (23:56 +0200)
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

source3/Makefile.in

index 7b2783369c40161b22e89128d801f3805175edb7..fe052502b2a4e461a950268e5bd588f26d5cb0b3 100644 (file)
@@ -3388,6 +3388,7 @@ bin/ndrdump4: $(BINARY_PREREQS)
 vfs_examples:
        ( \
        cd ../examples/VFS && \
+       test -e ./configure || exit 0 && \
        ./configure && \
        make clean && \
        make \