summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-16 21:08:20 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-18 16:12:08 +0200
commitfc466282f8bb6a6fa7285b2dbc4e06d31015dc5a (patch)
treede4e47d2b710a169dc001aef1a181eb584e91f05
parentd17367bd6874ccc2d0e84b478ea3e12d91a9bd99 (diff)
downloadsamba-fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a.tar.gz
samba-fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a.tar.bz2
samba-fc466282f8bb6a6fa7285b2dbc4e06d31015dc5a.zip
build: Add rpc_client grouping library
-rwxr-xr-xsource3/wscript_build7
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