summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-28 15:59:36 +0200
committerGünther Deschner <gd@samba.org>2010-10-28 15:14:27 +0000
commit090fcb011485411d887b94c7c2a53e398766cfc9 (patch)
treea7453291898d3ce99893385ba1a109be2499e5bf /source3/wscript
parente00671ee0c5ce1754bf041f2cd4abeacd1dedc61 (diff)
downloadsamba-090fcb011485411d887b94c7c2a53e398766cfc9.tar.gz
samba-090fcb011485411d887b94c7c2a53e398766cfc9.tar.bz2
samba-090fcb011485411d887b94c7c2a53e398766cfc9.zip
s3-waf: add vfs_time_audit to the build.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 96571748a5..ea43c7e245 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -333,7 +333,8 @@ return acl_get_perm_np(permset_d, perm);
charset_CP437 auth_script vfs_readahead vfs_xattr_tdb
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_crossrename vfs_linux_xfs_sgid
+ vfs_time_audit''')
if Options.options.developer:
default_static_modules.extend(TO_LIST('rpc_rpcecho pdb_ads'))