s3-waf: Added missing client option to pidl list for wbint.
authorAndreas Schneider <asn@samba.org>
Mon, 16 Aug 2010 19:40:04 +0000 (21:40 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 16 Aug 2010 19:40:04 +0000 (21:40 +0200)
source3/librpc/idl/wscript_build

index 92f2ebd16683c402a9013bf7e4cbfc8943d7d507..5dc46cfba9878ee8e24a74e84df3fdbf76de8bda 100644 (file)
@@ -3,6 +3,6 @@
 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',
+                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client',
                     output_dir='../gen_ndr')