From dbff6cac3141fd40db90d9cfdd3b10286535cf5d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 Jun 2019 12:12:35 +1200 Subject: [PATCH] librpc: Do not generate client code for dbgidl.idl We only want to record the GUID and function table names, we do not need to generate uncalled stubs. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- librpc/idl/wscript_build | 3 ++- librpc/wscript_build | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index aa058e87133..efb62796b03 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -7,7 +7,7 @@ bld.SAMBA_PIDL_LIST('PIDL', msgsvc.idl ntsvcs.idl remact.idl security.idl smb_acl.idl unixinfo.idl wzcsvc.idl browser.idl dfs.idl dssetup.idl frsapi.idl krb5pac.idl named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl - dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl + dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl dns.idl oxidresolver.idl samr.idl server_id.idl srvsvc.idl winreg.idl dcerpc.idl drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl notify.idl @@ -43,6 +43,7 @@ bld.SAMBA_PIDL_LIST('PIDL', cab.idl nfs4acl.idl quota.idl + dbgidl.idl ''', options='--header --ndr-parser', output_dir='../gen_ndr') diff --git a/librpc/wscript_build b/librpc/wscript_build index 8e113c422b2..981ac810704 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -582,11 +582,6 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_EPMAPPER', public_deps='tevent NDR_EPMAPPER' ) -bld.SAMBA_SUBSYSTEM('RPC_NDR_DBGIDL', - source='gen_ndr/ndr_dbgidl_c.c', - public_deps='dcerpc-binding NDR_DBGIDL' - ) - bld.SAMBA_SUBSYSTEM('RPC_NDR_DSSETUP', source='gen_ndr/ndr_dssetup_c.c', public_deps='dcerpc-binding NDR_DSSETUP' -- 2.11.4.GIT