mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
dbee98d30f
Signed-off-by: Andrew Tridgell <tridge@samba.org>
9 lines
180 B
Python
9 lines
180 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'
|
|
)
|
|
|