From: Stefan Metzmacher Date: Tue, 23 Sep 2008 08:34:06 +0000 (+0200) Subject: s3:configure: add -L./bin also for the merged build X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec0eab7f0b20e6f1691ce3a723e29dbf7ee3fd99;p=thirdparty%2Fsamba.git s3:configure: add -L./bin also for the merged build metze --- diff --git a/source3/configure.in b/source3/configure.in index f23f6b55be3..63e17dc717a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6276,6 +6276,10 @@ CFLAGS="${CFLAGS} \$(FLAGS)" if test x$MERGED_BUILD != x1; then CFLAGS="${CFLAGS} -D_SAMBA_BUILD_=3" +else + if test x"$BLDSHARED" = x"true" ; then + LDFLAGS="$LDFLAGS -L./bin" + fi fi AC_OUTPUT(Makefile