From 8f1b809d2ccb083cb84532e98b04a12fb1039e22 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Mar 2010 16:27:48 +1100 Subject: build: nearly there on samba4 build --- source4/librpc/idl/wscript_build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build index 6f51a9cc94..3ebe6b8e9e 100644 --- a/source4/librpc/idl/wscript_build +++ b/source4/librpc/idl/wscript_build @@ -2,5 +2,6 @@ bld.SAMBA_PIDL_LIST('PIDL_S4', source='''irpc.idl nfs4acl.idl notify.idl ntp_signd.idl opendb.idl sasl_helpers.idl server_id.idl winbind.idl winsif.idl winsrepl.idl winstation.idl''', - options="--includedir=../../librpc/idl" - ) + options="--includedir=../librpc/idl --header --ndr-parser --client --python --server", + output_dir='../gen_ndr') + -- cgit