summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-18 10:53:53 +0200
committerMichael Adam <obnox@samba.org>2012-06-18 11:44:50 +0200
commitf5b40b1bddf8b32d2ce3e20b53339027239f116e (patch)
tree1cdc205211a1a5dded52bc242d604bc6f9843878 /source3
parent39b4733073635198cfbb29696fede9a2d4d09873 (diff)
downloadsamba-f5b40b1bddf8b32d2ce3e20b53339027239f116e.tar.gz
samba-f5b40b1bddf8b32d2ce3e20b53339027239f116e.tar.bz2
samba-f5b40b1bddf8b32d2ce3e20b53339027239f116e.zip
s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared)
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 55b859c2de..5b21c3bf31 100755
--- a/source3/wscript
+++ b/source3/wscript
@@ -1367,7 +1367,8 @@ main() {
vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb
vfs_smb_traffic_analyzer vfs_preopen vfs_catia vfs_scannedonly
vfs_crossrename vfs_linux_xfs_sgid
- vfs_time_audit idmap_autorid''')
+ vfs_time_audit idmap_autorid idmap_tdb2
+ idmap_rid idmap_hash''')
if Options.options.developer:
default_static_modules.extend(TO_LIST('charset_weird'))