diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-16 21:08:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-18 16:12:08 +0200 |
commit | fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a (patch) | |
tree | de4e47d2b710a169dc001aef1a181eb584e91f05 /source3/wscript_build | |
parent | d17367bd6874ccc2d0e84b478ea3e12d91a9bd99 (diff) | |
download | samba-fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a.tar.gz samba-fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a.tar.bz2 samba-fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a.zip |
build: Add rpc_client grouping library
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 7 |
1 files changed, 7 insertions, 0 deletions
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 |