summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
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 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)
+