1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

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 <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2010-04-13 19:46:29 +10:00
parent 58abd9ac81
commit 42505df161

View File

@ -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)