diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-09-23 10:34:06 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-24 23:11:13 +0200 |
commit | ec0eab7f0b20e6f1691ce3a723e29dbf7ee3fd99 (patch) | |
tree | 70656f45eb50443c66bf508247f48d7fb5e95777 /source3 | |
parent | eba7f1032d79fe5dcbc1902e3af1087399f67a5a (diff) | |
download | samba-ec0eab7f0b20e6f1691ce3a723e29dbf7ee3fd99.tar.gz samba-ec0eab7f0b20e6f1691ce3a723e29dbf7ee3fd99.tar.bz2 samba-ec0eab7f0b20e6f1691ce3a723e29dbf7ee3fd99.zip |
s3:configure: add -L./bin also for the merged build
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |