mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
6 lines
152 B
Python
6 lines
152 B
Python
Import('hostenv')
|
|
|
|
hostenv.StaticLibrary('cli_security',
|
|
['security_token.c','security_descriptor.c','dom_sid.c',
|
|
'access_check.c','privilege.c'])
|