From 49eba95b2bd95d7ea3c1a0266fa9071761510765 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 11 Oct 2011 19:20:05 +0200 Subject: s3-waf: make sure we build example vfs modules with --enable-developer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Oct 11 21:22:55 CEST 2011 on sn-devel-104 --- source3/wscript | 1 + source3/wscript_build | 1 + 2 files changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index 4432585ae0..47ef847208 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1638,6 +1638,7 @@ main() { if Options.options.developer: default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond charset_weird')) default_shared_modules.extend(TO_LIST('perfcount_test')) + default_shared_modules.extend(TO_LIST('vfs_skel_opaque vfs_skel_transparent vfs_shadow_copy_test')) default_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4 vfs_dfs_samba4')) 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() -- cgit