From 235f78aa955084c87fbc9f3bc9f556a9811a71c4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Oct 2011 15:54:17 +0200 Subject: s3-waf: make sure we always build example auth modules with --enable-developer. Guenther --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 0e5de86772..2667e328b0 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1406,6 +1406,7 @@ bld.RECURSE('pam_smbpass') bld.RECURSE('passdb') bld.RECURSE('rpc_server') bld.RECURSE('winbindd') +bld.RECURSE('../examples/auth') bld.RECURSE('../examples/VFS') -- cgit