summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/registry/wscript_build5
-rw-r--r--source4/librpc/idl/wscript_build6
2 files changed, 9 insertions, 2 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index d6a40b8569..72478b0d7f 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -1,5 +1,6 @@
-bld.SAMBA_PIDL_TDR('PIDL_REG',
- source='regf.idl')
+bld.SAMBA_PIDL('PIDL_REG',
+ source='regf.idl',
+ options='--header --tdr-parser')
bld.SAMBA_SUBSYSTEM('TDR_REGF',
source='tdr_regf.c',
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"
+ )