1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3-waf: Added missing client option to pidl list for wbint.

This commit is contained in:
Andreas Schneider 2010-08-16 21:40:04 +02:00
parent 0827e52b4e
commit 7644fbdff9

View 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')