summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:34:19 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commit6250fe29dd63e803d0dc3cbd8cef5944bf9911d2 (patch)
treef1636222241e7bc020cee22a0cf7318458139962 /librpc
parent8216c2187f1efa9cf114f705252a452e5b6721d1 (diff)
downloadsamba-6250fe29dd63e803d0dc3cbd8cef5944bf9911d2.tar.gz
librpc: Remove s4 server build of ntsvcs
We do not have a source4 varient of the ntsvcs 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_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index e6afd2be95d..25193bd9c8c 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
- ntsvcs.idl remact.idl unixinfo.idl
+ remact.idl unixinfo.idl
browser.idl dfs.idl dssetup.idl frsapi.idl
rot.idl spoolss.idl w32time.idl
dnsserver.idl echo.idl lsa.idl
@@ -22,7 +22,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- '''initshutdown.idl''',
+ '''initshutdown.idl ntsvcs.idl''',
options='--header --ndr-parser --client --python --samba3-ndr-server',
output_dir='../gen_ndr')