s3-waf: Add autogeneration with PIDL
authorStefan Metzmacher <metze@samba.org>
Wed, 12 May 2010 10:31:27 +0000 (04:31 -0600)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:15 +0000 (22:16 +0200)
source3/librpc/idl/wscript_build [new file with mode: 0644]
source3/wscript_build

diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build
new file mode 100644 (file)
index 0000000..20c66ad
--- /dev/null
@@ -0,0 +1,7 @@
+
+bld.SAMBA_PIDL_LIST('PIDL',
+                    '''messaging.idl libnetapi.idl notify.idl
+                       wbint.idl perfcount.idl secrets.idl libnet_join.idl''',
+                    options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
+                    output_dir='../gen_ndr')
+
index 3d83338b4371f2ddc08b82a2fef83ceef60afcc7..76f916d67e0b7e09fc3a90e1c23348559c9f99f2 100644 (file)
@@ -791,6 +791,9 @@ bld.RECURSE('../lib/replace')
 print "SBINDIR=%s" % bld.env.SBINDIR
 bld.RECURSE('build')
 
+bld.RECURSE('../librpc/idl')
+bld.RECURSE('librpc/idl')
+
 bld.SAMBA_MKVERSION('include/version.h')
 
 for prefix in bld.env.MODULE_PREFIXES: