librpc: Remove unused build of atsvc server
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:31:07 +0000 (16:31 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
This avoids building server-side code we do not use and so makes the build
smaller and code auditing easier.

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

index 526dafb98a752ea2e90ef2c79c6f3429f0ad331d..086774237081c3bc256b3dc14179056f7333495e 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 bld.SAMBA_PIDL_LIST('PIDL',
-                    '''atsvc.idl drsuapi.idl epmapper.idl initshutdown.idl
+                    '''drsuapi.idl epmapper.idl initshutdown.idl
                        eventlog.idl
                        ntsvcs.idl remact.idl unixinfo.idl
                        browser.idl dfs.idl dssetup.idl frsapi.idl
@@ -16,6 +16,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
                     options='--header --ndr-parser --samba3-ndr-server --server --client --python',
                     output_dir='../gen_ndr')
 
+bld.SAMBA_PIDL_LIST('PIDL',
+                    '''atsvc.idl''',
+                    options='--header --ndr-parser --client --python',
+                    output_dir='../gen_ndr')
+
 bld.SAMBA_PIDL_LIST('PIDL',
                     'wmi.idl dcom.idl',
                     options='--header --ndr-parser --server --client --dcom-proxy --com-header',