summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:58:35 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commitb273924b8a2dd32a949f37be8ff53298bff81bb4 (patch)
tree7b0d4a84d9cd6eb320e0e60325d779d1ed08bd51 /librpc
parentc46191b8781b076ed872f14e01592997def44f89 (diff)
downloadsamba-b273924b8a2dd32a949f37be8ff53298bff81bb4.tar.gz
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 <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build3
-rw-r--r--librpc/wscript_build5
2 files changed, 2 insertions, 6 deletions
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'