summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-08-16 21:40:04 +0200
committerAndreas Schneider <asn@samba.org>2010-08-16 21:40:04 +0200
commit7644fbdff9036088a51dfe21b32849c9d9908d16 (patch)
tree485303e7dd1b8b8dc260b92461cd2ad51930af88 /source3/librpc
parent0827e52b4e82bf52f723c76a286cf6746054294a (diff)
downloadsamba-7644fbdff9036088a51dfe21b32849c9d9908d16.tar.gz
samba-7644fbdff9036088a51dfe21b32849c9d9908d16.tar.bz2
samba-7644fbdff9036088a51dfe21b32849c9d9908d16.zip
s3-waf: Added missing client option to pidl list for wbint.
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/wscript_build2
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')