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

s3-waf: Fix up PIDL includes.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Kai Blin 2010-05-12 05:23:27 -06:00
parent 9cc39ffb56
commit b6c5d5de37

View File

@ -2,6 +2,6 @@
bld.SAMBA_PIDL_LIST('PIDL',
'''messaging.idl libnetapi.idl notify.idl
wbint.idl perfcount.idl secrets.idl libnet_join.idl''',
options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
output_dir='../gen_ndr')