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 --- libcli/auth/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcli/auth/wscript_build') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index fb27bb2e0c..36082319d2 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -7,7 +7,8 @@ bld.SAMBA_SUBSYSTEM('ntlm_check', bld.SAMBA_SUBSYSTEM('MSRPC_PARSE', - source='msrpc_parse.c' + source='msrpc_parse.c', + deps='talloc' ) -- cgit