From fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 16 May 2011 21:08:20 +1000 Subject: build: Add rpc_client grouping library --- source3/wscript_build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source3/wscript_build b/source3/wscript_build index f49cd235e7..6d644fa8ad 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -655,6 +655,13 @@ if not bld.env.toplevel_build: ######################## SUBSYSTEMS ################################# +# A grouping library to get various helper rpc clients in a library +bld.SAMBA3_LIBRARY('rpc_client', + source='', + deps='RPC_CLIENT_SCHANNEL INIT_LSA INIT_NETLOGON INIT_SAMR LIBCLI_SAMR LIBCLI_LSA3 LIBRPCCLI_NETLOGON LIBCLI_SPOOLSS LIBCLI_WINREG', + private_library=True, + grouping_library=True) + bld.SAMBA3_LIBRARY('netapi', source=LIBNETAPI_SRC, public_deps='''talloc tdb cap wbclient LIB_NONSMBD LIBSMB KRBCLIENT -- cgit