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/web_server/wscript_build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/web_server') diff --git a/source4/web_server/wscript_build b/source4/web_server/wscript_build index ac2d63078e..5343c2f508 100644 --- a/source4/web_server/wscript_build +++ b/source4/web_server/wscript_build @@ -2,8 +2,9 @@ bld.SAMBA_PYTHON('WEB_WSGI', - source='wsgi.c' - ) + source='wsgi.c', + deps='talloc' + ) bld.SAMBA_MODULE('WEB', -- cgit