waf:lib/util - add missing dependency on talloc
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 20 Nov 2010 21:48:05 +0000 (22:48 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 20 Nov 2010 22:35:48 +0000 (23:35 +0100)
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104

lib/util/wscript_build

index 0cff28ff907f8b19b2ab808711ecdf464d139435..375a1483f607622f759ebab97743e25df8bf8379 100644 (file)
@@ -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,
        )