summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-12 04:31:27 -0600
committerKai Blin <kai@samba.org>2010-05-20 22:16:15 +0200
commit5556deee7aabda43ee258d84670fcb9635632a47 (patch)
treeab0931c234ad133c0939c2cfec7cd67f98db48da /source3/librpc/idl
parentd704d5295461a2d287f3d69b43d355fc4cfa1489 (diff)
downloadsamba-5556deee7aabda43ee258d84670fcb9635632a47.tar.gz
samba-5556deee7aabda43ee258d84670fcb9635632a47.tar.bz2
samba-5556deee7aabda43ee258d84670fcb9635632a47.zip
s3-waf: Add autogeneration with PIDL
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wscript_build7
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')
+