summaryrefslogtreecommitdiff
path: root/source3/wscript
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
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')
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 671785230c..87755ca894 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1639,6 +1639,7 @@ main() {
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_shared_modules.extend(TO_LIST('auth_skel'))
default_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4 vfs_dfs_samba4'))