From e916aff9e1d44c3599c30b9ea32d03921f6403f4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 21:48:26 +1100 Subject: build: much nicer pidl rules --- source4/librpc/idl/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source4/librpc/idl/wscript_build (limited to 'source4/librpc') diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build new file mode 100644 index 0000000000..6f51a9cc94 --- /dev/null +++ b/source4/librpc/idl/wscript_build @@ -0,0 +1,6 @@ +bld.SAMBA_PIDL_LIST('PIDL_S4', + source='''irpc.idl nfs4acl.idl notify.idl ntp_signd.idl + opendb.idl sasl_helpers.idl server_id.idl winbind.idl + winsif.idl winsrepl.idl winstation.idl''', + options="--includedir=../../librpc/idl" + ) -- cgit