mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libcli: make the LIBSECURITY subsystem into a private library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
e596a4e6c3
commit
8709c3c0f2
@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBSECURITY',
|
||||
source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c security_token.c access_check.c object_tree.c create_descriptor.c util_sid.c',
|
||||
deps='talloc LIBNDR'
|
||||
)
|
||||
bld.SAMBA_LIBRARY('LIBSECURITY',
|
||||
source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c security_token.c access_check.c object_tree.c create_descriptor.c util_sid.c',
|
||||
private_library=True,
|
||||
deps='talloc LIBNDR'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user