summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-29 09:22:12 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-29 09:22:21 +1000
commit2bf23735fa9d50954086d09f2e3ebd32390e2fa9 (patch)
treef3e0321acd8b6b2c123e000bc0846e6f10157732 /librpc/idl/wscript_build
parent66e47f393c9867c2c040b5310706f31b2bb5f314 (diff)
downloadsamba-2bf23735fa9d50954086d09f2e3ebd32390e2fa9.tar.gz
idl: we only need ndr_rap.[ch] and rap.h
Diffstat (limited to 'librpc/idl/wscript_build')
-rw-r--r--librpc/idl/wscript_build8
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index b0cba17bbf2..69e42da2d61 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)
+