From: Andreas Schneider Date: Mon, 23 Jan 2012 13:46:31 +0000 (+0100) Subject: s3-waf: Link libcli_lsa3 only against needed subsystems. X-Git-Tag: tevent-0.9.15~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b71a803162ec78fd49375d6a1e9137ffd4c25b0;p=thirdparty%2Fsamba.git s3-waf: Link libcli_lsa3 only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 96a5ce3fcfa..df29e0305e3 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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',