summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/wscript_build')
-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"
+ )