s3:Makefile: fix talloc dependencies with static build
authorBjörn Jacke <bj@sernet.de>
Thu, 1 Oct 2009 16:57:38 +0000 (18:57 +0200)
committerBjörn Jacke <bj@sernet.de>
Thu, 1 Oct 2009 17:27:37 +0000 (19:27 +0200)
commit2af2334522bc3d2c44bdcf7c9f1e80d2bcbf2024
tree3463c5f635bbe34466c0fac88acc9fd53ca19f6d
parent0265891cfccc6b5a070f8259914c7ab38f8bbcbf
s3:Makefile: fix talloc dependencies with static build

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 make the dependencies are. Obnox, pleaѕe check!
source3/Makefile.in