librpc: Remove server build of oxidresolver.idl
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 05:08:56 +0000 (17:08 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
We do not have a server for this DCOM component 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 a35ab15253bd14f9bb07a6d6e35eec68eea00997..e17a37255fa2e819034266f2b99bdb9a60150589 100644 (file)
@@ -6,7 +6,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
                        browser.idl dssetup.idl frsapi.idl
                        spoolss.idl
                        dnsserver.idl echo.idl lsa.idl
-                       oxidresolver.idl samr.idl srvsvc.idl winreg.idl
+                       samr.idl srvsvc.idl winreg.idl
                        mgmt.idl netlogon.idl
                        svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
                        fsrvp.idl witness.idl clusapi.idl
@@ -35,7 +35,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
 
 # DCOM stuff
 bld.SAMBA_PIDL_LIST('PIDL',
-                    '''remact.idl''',
+                    '''oxidresolver.idl remact.idl''',
                     options='--header --ndr-parser --client',
                     output_dir='../gen_ndr')