From 5556deee7aabda43ee258d84670fcb9635632a47 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 May 2010 04:31:27 -0600 Subject: s3-waf: Add autogeneration with PIDL --- source3/librpc/idl/wscript_build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source3/librpc/idl/wscript_build (limited to 'source3/librpc') 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') + -- cgit