mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f0db9be1a9
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
10 lines
174 B
Python
10 lines
174 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('ntvfs_unixuid',
|
|
source='vfs_unixuid.c',
|
|
subsystem='ntvfs',
|
|
init_function='ntvfs_unixuid_init',
|
|
deps='auth_unix_token talloc'
|
|
)
|
|
|