librpc: Remove client and server build of w32time.idl
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:58:35 +0000 (16:58 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
We do not have a server for the Win32 Time Server so do not generate
the code for it.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/idl/wscript_build
librpc/wscript_build

index adf72a2bf3c4377b6d3ae71a9646e3d2cbc115c3..a35ab15253bd14f9bb07a6d6e35eec68eea00997 100644 (file)
@@ -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',
index 13e6458cfc6a995c8dbce54951585512ad4bd6d4..dcfef5c633b0fb903ed54f1b715af54f64ab42ea 100644 (file)
@@ -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'