summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-10-11 19:20:05 +0200
committerGünther Deschner <gd@samba.org>2011-10-11 21:22:55 +0200
commit49eba95b2bd95d7ea3c1a0266fa9071761510765 (patch)
tree467fe07e1a11aca130c4eb04aad47761c2709072 /source3/wscript_build
parentd6cb58e18d7f8f133859b000ab90ea2a3b79e48d (diff)
downloadsamba-49eba95b2bd95d7ea3c1a0266fa9071761510765.tar.gz
samba-49eba95b2bd95d7ea3c1a0266fa9071761510765.tar.bz2
samba-49eba95b2bd95d7ea3c1a0266fa9071761510765.zip
s3-waf: make sure we build example vfs modules with --enable-developer.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 11 21:22:55 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index ee49b0e39d..a72a12db6c 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1398,6 +1398,7 @@ bld.RECURSE('pam_smbpass')
bld.RECURSE('passdb')
bld.RECURSE('rpc_server')
bld.RECURSE('winbindd')
+bld.RECURSE('../examples/VFS')
bld.ENFORCE_GROUP_ORDERING()