summaryrefslogtreecommitdiff
path: root/source3/modules
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/modules
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/modules')
-rw-r--r--source3/modules/wscript_build8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index d916ec9a81..8b6af85b90 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -48,6 +48,7 @@ VFS_DIRSORT_SRC = 'vfs_dirsort.c'
VFS_SCANNEDONLY_SRC = 'vfs_scannedonly.c'
VFS_CROSSRENAME_SRC = 'vfs_crossrename.c'
VFS_LINUX_XFS_SGID_SRC = 'vfs_linux_xfs_sgid.c'
+VFS_TIME_AUDIT_SRC = 'vfs_time_audit.c'
bld.SAMBA_SUBSYSTEM('NFS4_ACLS',
@@ -392,6 +393,13 @@ bld.SAMBA_MODULE('vfs_linux_xfs_sgid',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('VFS_LINUX_XFS_SGID'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('VFS_LINUX_XFS_SGID'))
+bld.SAMBA_MODULE('vfs_time_audit',
+ subsystem='vfs',
+ source=VFS_TIME_AUDIT_SRC,
+ init_function='',
+ internal_module=bld.SAMBA3_IS_STATIC_MODULE('VFS_TIME_AUDIT'),
+ enabled=bld.SAMBA3_IS_ENABLED_MODULE('VFS_TIME_AUDIT'))
+
CHARSET_WEIRD_SRC = 'weird.c'