From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:58:35 +0000 (+1200) Subject: librpc: Remove client and server build of w32time.idl X-Git-Tag: talloc-2.3.1~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b273924b8a2dd32a949f37be8ff53298bff81bb4;p=thirdparty%2Fsamba.git librpc: Remove client and server build of w32time.idl We do not have a server for the Win32 Time Server so do not generate the code for it. Signed-off-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index adf72a2bf3c..a35ab15253b 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_PIDL_LIST('PIDL', '''drsuapi.idl epmapper.idl eventlog.idl browser.idl dssetup.idl frsapi.idl - spoolss.idl w32time.idl + spoolss.idl dnsserver.idl echo.idl lsa.idl oxidresolver.idl samr.idl srvsvc.idl winreg.idl mgmt.idl netlogon.idl @@ -61,6 +61,7 @@ bld.SAMBA_PIDL_LIST('PIDL', rot.idl scerpc.idl trkwks.idl + w32time.idl wzcsvc.idl ''', options='--header --ndr-parser', diff --git a/librpc/wscript_build b/librpc/wscript_build index 13e6458cfc6..dcfef5c633b 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -547,11 +547,6 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_REMACT', public_deps='dcerpc-binding NDR_REMACT' ) -bld.SAMBA_SUBSYSTEM('RPC_NDR_W32TIME', - source='gen_ndr/ndr_w32time_c.c', - public_deps='dcerpc-binding NDR_W32TIME' - ) - bld.SAMBA_SUBSYSTEM('RPC_NDR_NTSVCS', source='gen_ndr/ndr_ntsvcs_c.c', public_deps='dcerpc-binding ndr-standard'