diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-29 09:22:12 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-29 09:22:21 +1000 |
commit | 2bf23735fa9d50954086d09f2e3ebd32390e2fa9 (patch) | |
tree | f3e0321acd8b6b2c123e000bc0846e6f10157732 /librpc/idl | |
parent | 66e47f393c9867c2c040b5310706f31b2bb5f314 (diff) | |
download | samba-2bf23735fa9d50954086d09f2e3ebd32390e2fa9.tar.gz samba-2bf23735fa9d50954086d09f2e3ebd32390e2fa9.tar.bz2 samba-2bf23735fa9d50954086d09f2e3ebd32390e2fa9.zip |
idl: we only need ndr_rap.[ch] and rap.h
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/wscript_build | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index b0cba17bbf..69e42da2d6 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -17,7 +17,7 @@ bld.SAMBA_PIDL_LIST('PIDL', dbgidl.idl dnsserver.idl echo.idl frsrpc.idl lsa.idl nbt.idl 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 rap.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) @@ -28,3 +28,9 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr', symlink=True) +bld.SAMBA_PIDL_LIST('PIDL', + 'rap.idl', + options='--header --ndr-parser', + output_dir='../gen_ndr', + symlink=True) + |