diff options
author | Andreas Schneider <asn@samba.org> | 2010-08-16 21:40:04 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-08-16 21:40:04 +0200 |
commit | 7644fbdff9036088a51dfe21b32849c9d9908d16 (patch) | |
tree | 485303e7dd1b8b8dc260b92461cd2ad51930af88 | |
parent | 0827e52b4e82bf52f723c76a286cf6746054294a (diff) | |
download | samba-7644fbdff9036088a51dfe21b32849c9d9908d16.tar.gz samba-7644fbdff9036088a51dfe21b32849c9d9908d16.tar.bz2 samba-7644fbdff9036088a51dfe21b32849c9d9908d16.zip |
s3-waf: Added missing client option to pidl list for wbint.
-rw-r--r-- | source3/librpc/idl/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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') |