s3:Makefile: fix talloc dependencies with static build (2nd try)
authorBjörn Jacke <bj@sernet.de>
Fri, 2 Oct 2009 20:43:14 +0000 (22:43 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:39:00 +0000 (11:39 +0100)
commit29524efc0570479d148d456c7ba0a472517c5211
tree100912cc6000e61fe16fef22f0286487e068f307
parent8c977d0b41a89879b3cc0bb7589e767e9e48971e
s3:Makefile: fix talloc dependencies with static build (2nd try)

When configure options --with-libtalloc=no --enable-shared-libs=no are used,
LIBTALLOC_TARGET stays empty. Actually LIBTALLOC_TARGET which is only used for
Makefile dependencies is obsolete as LIBTALLOC contains exactly the targets
that we depend on, libtalloc finally is the target to depend on.
(cherry picked from commit f60f3c9dec1dd413399755b0d5cb0dda3d0a5467)
source3/Makefile.in