summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-10-17 15:54:17 +0200
committerGünther Deschner <gd@samba.org>2011-10-17 15:54:17 +0200
commit235f78aa955084c87fbc9f3bc9f556a9811a71c4 (patch)
treedffc098ae57f7d6db1c1ecc7edc846ffed3eea7f /source3/wscript_build
parent329c4d12f9a08d9499f9982076bdd9e614fbdd63 (diff)
downloadsamba-235f78aa955084c87fbc9f3bc9f556a9811a71c4.tar.gz
samba-235f78aa955084c87fbc9f3bc9f556a9811a71c4.tar.bz2
samba-235f78aa955084c87fbc9f3bc9f556a9811a71c4.zip
s3-waf: make sure we always build example auth modules with --enable-developer.
Guenther
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 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')