mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
10 lines
157 B
Python
10 lines
157 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('ntvfs_unixuid',
|
|
source='vfs_unixuid.c',
|
|
subsystem='ntvfs',
|
|
init_function='ntvfs_unixuid_init',
|
|
deps='samdb'
|
|
)
|
|
|