From b7cc6d48d5664aa83951c31fbdaabfb839f1b420 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 22:17:15 +1100 Subject: build: teach samba_pild.py about the --com-header and --dcom-proxy options --- librpc/idl/wscript_build | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 9937af1a5b..ab0971068b 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -6,9 +6,9 @@ # object files) in ../gen_ndr in the source tree, but still allow waf to be # happy about all the build files appearing in the expected location in bin/default bld.SAMBA_PIDL_LIST('PIDL', - '''atsvc.idl dcom.idl drsuapi.idl epmapper.idl initshutdown.idl + '''atsvc.idl drsuapi.idl epmapper.idl initshutdown.idl misc.idl ntlmssp.idl protected_storage.idl schannel.idl trkwks.idl - wmi.idl audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl keysvc.idl + audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl keysvc.idl msgsvc.idl ntsvcs.idl remact.idl security.idl unixinfo.idl wzcsvc.idl browser.idl dfs.idl dssetup.idl frsapi.idl krb5pac.idl named_pipe_auth.idl orpc.idl rot.idl spoolss.idl w32time.idl xattr.idl @@ -16,6 +16,12 @@ bld.SAMBA_PIDL_LIST('PIDL', oxidresolver.idl samr.idl srvsvc.idl winreg.idl dcerpc.idl drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl policyagent.idl scerpc.idl svcctl.idl wkssvc.idl''', + options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client --server --client --python', + output_dir='../gen_ndr', + symlink=True) + +bld.SAMBA_PIDL_LIST('PIDL', + 'wmi.idl dcom.idl', options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client --server --client --python --dcom-proxy --com-header', output_dir='../gen_ndr', symlink=True) -- cgit