summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 21:48:26 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:47 +1000
commite916aff9e1d44c3599c30b9ea32d03921f6403f4 (patch)
tree62c73b8efd8aa39cf3a26a88393386bed74b9c61 /source4/librpc
parent6bba8cfd9228fdda27efed8ae0a4b9104662aff7 (diff)
downloadsamba-e916aff9e1d44c3599c30b9ea32d03921f6403f4.tar.gz
samba-e916aff9e1d44c3599c30b9ea32d03921f6403f4.tar.bz2
samba-e916aff9e1d44c3599c30b9ea32d03921f6403f4.zip
build: much nicer pidl rules
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/wscript_build6
1 files changed, 6 insertions, 0 deletions
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"
+ )