diff options
Diffstat (limited to 'source3/librpc/idl/wscript_build')
-rw-r--r-- | source3/librpc/idl/wscript_build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build new file mode 100644 index 0000000000..20c66ad47c --- /dev/null +++ b/source3/librpc/idl/wscript_build @@ -0,0 +1,7 @@ + +bld.SAMBA_PIDL_LIST('PIDL', + '''messaging.idl libnetapi.idl notify.idl + wbint.idl perfcount.idl secrets.idl libnet_join.idl''', + options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client', + output_dir='../gen_ndr') + |