From: Andreas Schneider Date: Tue, 17 Jan 2012 16:06:24 +0000 (+0100) Subject: s3-waf: Link netapi only against needed subsystems. X-Git-Tag: tevent-0.9.15~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7945deb238e9f113439417fc635d8469ccdb33b5;p=thirdparty%2Fsamba.git s3-waf: Link netapi only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index b7cddeb5813..2702f80a3fc 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -643,13 +643,12 @@ bld.SETUP_BUILD_GROUPS() bld.SAMBA3_LIBRARY('netapi', source=LIBNETAPI_SRC, - public_deps='''talloc tdb_compat cap wbclient smbd_shim libsmb KRBCLIENT - pdb param samba-util - LIBMSRPC_GEN msrpc3 ads LIBNET DCUTIL NDR_LIBNETAPI + public_deps='''talloc tdb_compat libsmb KRBCLIENT + pdb param samba-util LIBMSRPC_GEN msrpc3 ads LIBNET DCUTIL NDR_LIBNETAPI RPC_CLIENT_SCHANNEL smbconf REG_SMBCONF LIBCLI_SAMR libcli_lsa3 libcli_netlogon3 RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_INITSHUTDOWN - INIT_SAMR popt_samba3''', + INIT_SAMR''', public_headers='../source3/lib/netapi/netapi.h', pc_files=[], vnum='0',