diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 17:44:32 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 1a4e4f0871f1185d66fb578727d6dfef76c26c6f (patch) | |
tree | 46f000efa17a2edab77e7d41f5af8e5b01137103 | |
parent | 63c7118ae097c4145ab0eebf35093463a02dd1e5 (diff) | |
download | samba-1a4e4f0871f1185d66fb578727d6dfef76c26c6f.tar.gz samba-1a4e4f0871f1185d66fb578727d6dfef76c26c6f.tar.xz samba-1a4e4f0871f1185d66fb578727d6dfef76c26c6f.zip |
s3-waf: Reduce libnetapi dependencies.
-rwxr-xr-x | source3/wscript_build | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e65e10bd38..090fee920c 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -643,12 +643,17 @@ bld.SETUP_BUILD_GROUPS() bld.SAMBA3_LIBRARY('netapi', source=LIBNETAPI_SRC, - public_deps='''talloc tdb_compat libsmb KRBCLIENT - pdb param samba-util ndr-standard 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''', + public_deps=''' + talloc + msrpc3 + ads + NDR_LIBNETAPI + LIBNET + RPC_CLIENT_SCHANNEL + libcli_netlogon3 + LIBCLI_SAMR + INIT_SAMR + ''', public_headers='../source3/lib/netapi/netapi.h', pc_files=[], vnum='0', |