summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-02 07:45:39 +0200
committerRalph Boehme <slow@samba.org>2019-10-09 14:35:28 +0000
commitb27d9afa29435b7af6335f228b8a315701b2607a (patch)
treec7742593b28996e15d2153a95bba37262bb056cc /source3/wscript_build
parent873aa1e6c8495c04eb21cfc38fc5a4ad401f80fd (diff)
downloadsamba-b27d9afa29435b7af6335f228b8a315701b2607a.tar.gz
s3:rpc_client: add a mdssvc client library
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 6707b4bb146..51d24ee4098 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1053,6 +1053,13 @@ bld.SAMBA3_SUBSYSTEM('RPC_CLIENT_SCHANNEL',
source='rpc_client/cli_pipe_schannel.c',
deps='samba-util krb5samba')
+bld.SAMBA3_SUBSYSTEM('RPCCLI_MDSSVC',
+ source='''
+ rpc_client/cli_mdssvc.c
+ rpc_client/cli_mdssvc_util.c
+ ''',
+ deps='mdssvc RPC_NDR_MDSSVC')
+
bld.SAMBA3_SUBSYSTEM('INIT_LSA',
source='rpc_client/init_lsa.c',
deps='samba-util')