summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:37:31 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commit759660b16a75a43b910001f9e8502d180a4ba89e (patch)
tree39ccb468c39baf8222e5ad704146e721f74f3c07 /librpc
parent6250fe29dd63e803d0dc3cbd8cef5944bf9911d2 (diff)
downloadsamba-759660b16a75a43b910001f9e8502d180a4ba89e.tar.gz
librpc: Remove server build of remact.idl
We do not have a server for the DCOM Remote activation service, 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')
-rw-r--r--librpc/idl/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 25193bd9c8c..6e4ffd44076 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_PIDL_LIST('PIDL',
'''drsuapi.idl epmapper.idl
eventlog.idl
- remact.idl unixinfo.idl
+ unixinfo.idl
browser.idl dfs.idl dssetup.idl frsapi.idl
rot.idl spoolss.idl w32time.idl
dnsserver.idl echo.idl lsa.idl
@@ -27,6 +27,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
+ '''remact.idl''',
+ options='--header --ndr-parser --client',
+ output_dir='../gen_ndr')
+
+bld.SAMBA_PIDL_LIST('PIDL',
'wmi.idl dcom.idl',
options='--header --ndr-parser --server --client --dcom-proxy --com-header',
output_dir='../gen_ndr')