diff options
Diffstat (limited to 'source3/librpc/idl/wscript_build')
-rw-r--r-- | source3/librpc/idl/wscript_build | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build index 5dc46cfba9..995761442c 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -2,7 +2,12 @@ bld.SAMBA_PIDL_LIST('PIDL', '''messaging.idl libnetapi.idl notify.idl - wbint.idl perfcount.idl secrets.idl libnet_join.idl preg.idl''', - options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client', + perfcount.idl secrets.idl libnet_join.idl preg.idl''', + options='--includedir=../librpc/idl --header --ndr-parser', + output_dir='../gen_ndr') + +bld.SAMBA_PIDL_LIST('PIDL', + 'wbint.idl', + options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --client', output_dir='../gen_ndr') |