diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-12 04:31:27 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 5556deee7aabda43ee258d84670fcb9635632a47 (patch) | |
tree | ab0931c234ad133c0939c2cfec7cd67f98db48da /source3/librpc | |
parent | d704d5295461a2d287f3d69b43d355fc4cfa1489 (diff) | |
download | samba-5556deee7aabda43ee258d84670fcb9635632a47.tar.gz samba-5556deee7aabda43ee258d84670fcb9635632a47.tar.bz2 samba-5556deee7aabda43ee258d84670fcb9635632a47.zip |
s3-waf: Add autogeneration with PIDL
Diffstat (limited to 'source3/librpc')
-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') + |