diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-09-23 17:08:56 +1200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2019-10-10 08:08:45 +0000 |
commit | d7bb9f54250f170ea18aad08a98862f7054d8579 (patch) | |
tree | 8f86fbded13df4f6025c4e7accf2b0660ef5263f /librpc/idl | |
parent | b273924b8a2dd32a949f37be8ff53298bff81bb4 (diff) | |
download | samba-d7bb9f54250f170ea18aad08a98862f7054d8579.tar.gz |
librpc: Remove server build of oxidresolver.idl
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>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index a35ab15253b..e17a37255fa 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -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') |