diff options
-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', |