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_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index e8723ce367..b8d11badf4 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -20,6 +20,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- 'rap.idl idmap.idl dnsp.idl ntprinting.idl',
+ 'idmap.idl',
+ options='--header --ndr-parser --client --python',
+ output_dir='../gen_ndr')
+
+bld.SAMBA_PIDL_LIST('PIDL',
+ 'rap.idl dnsp.idl ntprinting.idl',
options='--header --ndr-parser',
output_dir='../gen_ndr')