From b6c5d5de379de1e1e5ada78021b3defba3ca3194 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 12 May 2010 05:23:27 -0600 Subject: [PATCH] s3-waf: Fix up PIDL includes. Pair-Programmed-With: Stefan Metzmacher --- 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 20c66ad47cc..3d1e2588b7f 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -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') -- 2.11.4.GIT