1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00
Files
samba-mirror/source4/ntvfs/unixuid/wscript_build
Stefan Metzmacher cea6d7e4a3 s4:ntvfs/unixuid: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-04-02 09:03:46 +02:00

11 lines
196 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
allow_warnings=True,
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
deps='auth_unix_token talloc'
)