mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3-waf: Link libcli_lsa3 only against needed subsystems.
This commit is contained in:
parent
f83efa73aa
commit
9b71a80316
@ -1152,7 +1152,7 @@ bld.SAMBA3_SUBSYSTEM('LIBCLI_SAMR',
|
||||
|
||||
bld.SAMBA3_LIBRARY('libcli_lsa3',
|
||||
source=LIBCLI_LSA_SRC,
|
||||
deps='RPC_NDR_LSA INIT_LSA UTIL_LSARPC',
|
||||
deps='RPC_NDR_LSA INIT_LSA',
|
||||
private_library=True)
|
||||
|
||||
bld.SAMBA3_LIBRARY('libcli_netlogon3',
|
||||
|
Loading…
Reference in New Issue
Block a user