The branch, master has been updated
via f1becfa s3: temporary hack to make the waf build work withouth
autotools being required
from 8693a4f s3:lib: split things into a conn_tdb.h
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f
Author: Björn Jacke <[email protected]>
Date: Tue Jun 5 21:56:19 2012 +0200
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 <[email protected]>
Autobuild-Date: Tue Jun 5 23:56:22 CEST 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7b27833..fe05250 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 \
--
Samba Shared Repository