From b0fb567f04240db3e523b5f285f5fe08e01a2a5a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 17:46:25 +1100 Subject: s4-waf: more dependencies on talloc these are needed so we can support a system talloc without using the bundled talloc.h --- source4/librpc/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 538d9636c3..29fc95dcc0 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -164,7 +164,8 @@ bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS', bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS_BUF', - source='../../librpc/ndr/ndr_spoolss_buf.c' + source='../../librpc/ndr/ndr_spoolss_buf.c', + deps='talloc' ) -- cgit