diff options
author | David Disseldorp <ddiss@samba.org> | 2012-02-21 14:04:42 +0100 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2012-06-08 13:34:31 +0200 |
commit | 2836787daa8e78efc7dd166c4f462ca392b3c4c2 (patch) | |
tree | 1d80fa78003250c98c86c30f3e82dc09c407b48e /librpc/idl/wscript_build | |
parent | 03767f5f5ac0293ef61d960ad980636898bd64ba (diff) | |
download | samba-2836787daa8e78efc7dd166c4f462ca392b3c4c2.tar.gz samba-2836787daa8e78efc7dd166c4f462ca392b3c4c2.tar.bz2 samba-2836787daa8e78efc7dd166c4f462ca392b3c4c2.zip |
idl: add File Server Remote VSS Protocol idl
MS-FSRVP preview documents used as reference.
H_ERROR codes should be moved to a more generic file.
Diffstat (limited to 'librpc/idl/wscript_build')
-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 c90edf1002..58d3181cb5 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -12,7 +12,7 @@ bld.SAMBA_PIDL_LIST('PIDL', drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl notify.idl policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl - printcap.idl''', + fsrvp.idl''', options='--header --ndr-parser --samba3-ndr-server --server --client --python', output_dir='../gen_ndr') @@ -27,7 +27,7 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - 'rap.idl ntprinting.idl preg.idl ioctl.idl', + 'rap.idl ntprinting.idl preg.idl ioctl.idl printcap.idl', options='--header --ndr-parser', output_dir='../gen_ndr') |