s3:Makefile: fix talloc dependencies with static build
commit2325e172cef7961d332f2c316aa069dec6c37b91
authorBjörn Jacke <bj@sernet.de>
Thu, 1 Oct 2009 16:57:38 +0000 (1 18:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:38:53 +0000 (26 11:38 +0100)
treea75427e00dfb09eebe0314dd350e68c4a40d2d1f
parent7e26d6c01eeda8d4d5658e85549c1581256dc385
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!
(cherry picked from commit 7e3792f91b9ce9ac08f99f95eaa5ab0ab7c8277d)
source3/Makefile.in