From 7644fbdff9036088a51dfe21b32849c9d9908d16 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Aug 2010 21:40:04 +0200 Subject: s3-waf: Added missing client option to pidl list for wbint. --- source3/librpc/idl/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build index 92f2ebd166..5dc46cfba9 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -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') -- cgit