From ec0eab7f0b20e6f1691ce3a723e29dbf7ee3fd99 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 Sep 2008 10:34:06 +0200 Subject: s3:configure: add -L./bin also for the merged build metze --- source3/configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index f23f6b55be..63e17dc717 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 -- cgit