s3-waf: no need to call pidl with --samba3-ndr-client anymore.
authorGünther Deschner <gd@samba.org>
Wed, 2 Feb 2011 17:51:45 +0000 (18:51 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 2 Feb 2011 20:38:23 +0000 (21:38 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb  2 21:38:23 CET 2011 on sn-devel-104

librpc/idl/wscript_build
source3/librpc/idl/wscript_build

index 7342228e20707455f1ca5fc16f47b3f62b51478a..6fdd5f3bd7b471a3c3298d3e57175437ffaef75a 100644 (file)
@@ -11,12 +11,12 @@ bld.SAMBA_PIDL_LIST('PIDL',
                        oxidresolver.idl samr.idl srvsvc.idl winreg.idl dcerpc.idl
                        drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl
                        policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl''',
-                    options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client --server --client --python',
+                    options='--header --ndr-parser --samba3-ndr-server --server --client --python',
                     output_dir='../gen_ndr')
 
 bld.SAMBA_PIDL_LIST('PIDL',
                     'wmi.idl dcom.idl',
-                    options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client --server --client --python --dcom-proxy --com-header',
+                    options='--header --ndr-parser --server --client --python --dcom-proxy --com-header',
                     output_dir='../gen_ndr')
 
 bld.SAMBA_PIDL_LIST('PIDL',
index 5dc46cfba9878ee8e24a74e84df3fdbf76de8bda..995761442c4b42848d292cb4d3646c058459a018 100644 (file)
@@ -2,7 +2,12 @@
 
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''messaging.idl libnetapi.idl notify.idl
-                       wbint.idl perfcount.idl secrets.idl libnet_join.idl preg.idl''',
-                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client',
+                       perfcount.idl secrets.idl libnet_join.idl preg.idl''',
+                    options='--includedir=../librpc/idl --header --ndr-parser',
+                    output_dir='../gen_ndr')
+
+bld.SAMBA_PIDL_LIST('PIDL',
+                    'wbint.idl',
+                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --client',
                     output_dir='../gen_ndr')