From 474c02acac3d5c286acda7290b359db91e66d6ef Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 7 Feb 2012 10:46:43 -0800 Subject: s3-waf: add dependency on talloc or it won't build if talloc.h is not in the default include path The problem occurs only if talloc, tdb and ldb are used as system libraries and talloc is not installed in a default. Autobuild-User: Matthieu Patou Autobuild-Date: Fri Feb 10 23:27:29 CET 2012 on sn-devel-104 --- source3/rpc_server/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/rpc_server/wscript_build') diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build index a0829fecac..57c76a2817 100755 --- a/source3/rpc_server/wscript_build +++ b/source3/rpc_server/wscript_build @@ -26,7 +26,8 @@ bld.SAMBA3_SUBSYSTEM('rpc', vars=locals()) bld.SAMBA3_SUBSYSTEM('RPC_CONFIG', - source='rpc_config.c') + source='rpc_config.c', + deps='talloc') bld.SAMBA3_SUBSYSTEM('RPC_NCACN_NP', source='rpc_ncacn_np.c rpc_handles.c rpc_contexts.c', -- cgit