mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
cea6d7e4a3
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
11 lines
196 B
Python
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'
|
|
)
|
|
|