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:22:52 +0000 (00:22 +0200)
commitb60d87c20712bd3d83166bd13fe1d2bab0315609
tree6e2a2d2c0d2587c3139ed98b9d1c34fb3938aee2
parent99c44806745b3b0c10b925034fab5845d2abc4e8
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