diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-09-23 16:57:48 +1200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2019-10-10 08:08:45 +0000 |
commit | c46191b8781b076ed872f14e01592997def44f89 (patch) | |
tree | 6d28e4fab480620cda17ec04e104d65219a2ca4d /librpc/wscript_build | |
parent | 091e8fe14b51c550ea9d8360651378ebb0e3491b (diff) | |
download | samba-c46191b8781b076ed872f14e01592997def44f89.tar.gz |
librpc: Remove client and server build of rot.idl
We do not have a client or server for this DCOM component so do not generate
the code for it.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index d72592b52cc..13e6458cfc6 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -435,11 +435,6 @@ bld.SAMBA_SUBSYSTEM('NDR_MESSAGING', public_deps='ndr NDR_SERVER_ID' ) -bld.SAMBA_SUBSYSTEM('RPC_NDR_ROT', - source='gen_ndr/ndr_rot_c.c', - public_deps='NDR_ROT dcerpc-binding' - ) - bld.SAMBA_SUBSYSTEM('RPC_NDR_ATSVC', source='gen_ndr/ndr_atsvc_c.c', public_deps='dcerpc-binding NDR_ATSVC' |