1
0
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:
Andreas Schneider 2012-01-23 14:46:31 +01:00 committed by Andreas Schneider
parent f83efa73aa
commit 9b71a80316

View File

@ -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',