diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-17 17:06:24 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:26 +0100 |
commit | 7945deb238e9f113439417fc635d8469ccdb33b5 (patch) | |
tree | 6239859eb3f4c6a17713e84ce99dd8e1f915c18a /source3 | |
parent | 390734acca04590722fbe63dcb1e87d0dac362e3 (diff) | |
download | samba-7945deb238e9f113439417fc635d8469ccdb33b5.tar.gz samba-7945deb238e9f113439417fc635d8469ccdb33b5.tar.bz2 samba-7945deb238e9f113439417fc635d8469ccdb33b5.zip |
s3-waf: Link netapi only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index b7cddeb581..2702f80a3f 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', |