summaryrefslogtreecommitdiff
path: root/source4
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
parent6bba8cfd9228fdda27efed8ae0a4b9104662aff7 (diff)
downloadsamba-e916aff9e1d44c3599c30b9ea32d03921f6403f4.tar.gz
samba-e916aff9e1d44c3599c30b9ea32d03921f6403f4.tar.bz2
samba-e916aff9e1d44c3599c30b9ea32d03921f6403f4.zip
build: much nicer pidl rules
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"
+ )