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)
committerBjörn Jacke <bj@sernet.de>
Fri, 2 Oct 2009 22:27:44 +0000 (00:27 +0200)
commitf60f3c9dec1dd413399755b0d5cb0dda3d0a5467
tree100912cc6000e61fe16fef22f0286487e068f307
parentc87c5fa7c9c3405c2c717697ae14056bc9450988
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.
source3/Makefile.in