diff options
author | Günther Deschner <gd@samba.org> | 2011-02-02 18:51:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-02 21:38:23 +0100 |
commit | 885887ac1b7de1dbbc3da63843600d69efd5f6e8 (patch) | |
tree | 65f6915e407d395d12a0c07075e2e1ba21c9037b /librpc/idl | |
parent | 2534e01a3ac187f42c0d359da2fd72b11ea0f5ae (diff) | |
download | samba-885887ac1b7de1dbbc3da63843600d69efd5f6e8.tar.gz samba-885887ac1b7de1dbbc3da63843600d69efd5f6e8.tar.bz2 samba-885887ac1b7de1dbbc3da63843600d69efd5f6e8.zip |
s3-waf: no need to call pidl with --samba3-ndr-client anymore.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104
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 7342228e20..6fdd5f3bd7 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -11,12 +11,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 eventlog6.idl backupkey.idl''', - options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client --server --client --python', + options='--header --ndr-parser --samba3-ndr-server --server --client --python', output_dir='../gen_ndr') 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', + options='--header --ndr-parser --server --client --python --dcom-proxy --com-header', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', |