From e8bae4c40a60777b9d9a06c8b81d1e24d81b63ee Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 20 Nov 2010 22:48:05 +0100 Subject: waf:lib/util - add missing dependency on talloc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104 --- lib/util/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 0cff28ff90..375a1483f6 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -20,7 +20,7 @@ bld.SAMBA_SUBSYSTEM('ASN1_UTIL', bld.SAMBA_SUBSYSTEM('UNIX_PRIVS', source='unix_privs.c', autoproto='unix_privs.h', - deps='replace', + deps='replace talloc', local_include=False, ) -- cgit