diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 14:46:31 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | 9b71a803162ec78fd49375d6a1e9137ffd4c25b0 (patch) | |
tree | 6c7fd5ca8743ef1b3d0929ec960ca41a3a748221 | |
parent | f83efa73aacd60b037d139f9c22bc46d51085e48 (diff) | |
download | samba-9b71a803162ec78fd49375d6a1e9137ffd4c25b0.tar.gz samba-9b71a803162ec78fd49375d6a1e9137ffd4c25b0.tar.bz2 samba-9b71a803162ec78fd49375d6a1e9137ffd4c25b0.zip |
s3-waf: Link libcli_lsa3 only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 96a5ce3fcf..df29e0305e 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', |