diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-20 22:48:05 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-20 23:35:48 +0100 |
commit | e8bae4c40a60777b9d9a06c8b81d1e24d81b63ee (patch) | |
tree | 72ebec79b7b507b060e5c55a6efa939996a7e7cc /lib | |
parent | 6d1e00cd249b44ae234b0d378ec4f67fb7bb3ab3 (diff) | |
download | samba-e8bae4c40a60777b9d9a06c8b81d1e24d81b63ee.tar.gz samba-e8bae4c40a60777b9d9a06c8b81d1e24d81b63ee.tar.bz2 samba-e8bae4c40a60777b9d9a06c8b81d1e24d81b63ee.zip |
waf:lib/util - add missing dependency on talloc
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) |