mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
9 lines
187 B
Python
9 lines
187 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBSECURITY_COMMON',
|
|
source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c',
|
|
deps='talloc LIBNDR'
|
|
)
|
|
|