librpc: Remove s4 server build of initshutdown
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:32:38 +0000 (16:32 +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 initshutdown 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 086774237081c3bc256b3dc14179056f7333495e..e6afd2be95d852d61f1137d399dace52182e0b40 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 bld.SAMBA_PIDL_LIST('PIDL',
-                    '''drsuapi.idl epmapper.idl initshutdown.idl
+                    '''drsuapi.idl epmapper.idl
                        eventlog.idl
                        ntsvcs.idl remact.idl unixinfo.idl
                        browser.idl dfs.idl dssetup.idl frsapi.idl
@@ -21,6 +21,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
                     options='--header --ndr-parser --client --python',
                     output_dir='../gen_ndr')
 
+bld.SAMBA_PIDL_LIST('PIDL',
+                    '''initshutdown.idl''',
+                    options='--header --ndr-parser --client --python --samba3-ndr-server',
+                    output_dir='../gen_ndr')
+
 bld.SAMBA_PIDL_LIST('PIDL',
                     'wmi.idl dcom.idl',
                     options='--header --ndr-parser --server --client --dcom-proxy --com-header',