From 42505df161bacc24b6f0bf72baee6995c51a260b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Apr 2010 19:46:29 +1000 Subject: talloc-waf: the talloc1-compat lib depends on talloc It is a library linked to another library, not a 2nd copy of talloc.c Pair-Programmed-With: Andrew Bartlett --- lib/talloc/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/talloc') diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 55f0e2ced6..bd47be8eaa 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -60,8 +60,8 @@ def build(bld): # should we also install the symlink to libtalloc1.so here? bld.SAMBA_LIBRARY('talloc-compat1', - 'talloc.c compat/talloc_compat1.c', - deps='replace', + 'compat/talloc_compat1.c', + deps='talloc', enabled = bld.env.TALLOC_COMPAT1, vnum=VERSION) -- cgit