librpc: Remove s4 server build of ntsvcs
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:34:19 +0000 (16:34 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
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>
librpc/idl/wscript_build

index e6afd2be95d852d61f1137d399dace52182e0b40..25193bd9c8c9ca0e5e83849a2361240083068691 100644 (file)
@@ -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')