Add -L./bin to LDFLAGS when building shared libs.
authorMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 12:48:00 +0000 (13:48 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 12:48:51 +0000 (13:48 +0100)
commitec793572187228deda7210dab02882e4e09f1972
treeb64857c0c174d7cb3420d2219377aff7ce4abdd0
parente3435930a307cff3066fe2047ed8c5c48911f001
Add -L./bin to LDFLAGS when building shared libs.

Formerly this was only needed for libwbclient, but now that we start
using more shared libs internally, this is needed more globally
to support linking internal libs dynamically on systemy without winbindd.

Michael
source/configure.in