summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-07-24 12:17:00 +0000
committerRichard Sharpe <sharpe@samba.org>2001-07-24 12:17:00 +0000
commit78dfa74852896dcc18513c1ba9a0dcaaf0c2a146 (patch)
tree45b44ef6afe78cb6ca3518414f39ee6f75eac551 /source3/Makefile.in
parent9521c7c85dac2fb7e95657a4594eb47de9e82a0c (diff)
downloadsamba-78dfa74852896dcc18513c1ba9a0dcaaf0c2a146.tar.gz
samba-78dfa74852896dcc18513c1ba9a0dcaaf0c2a146.tar.bz2
samba-78dfa74852896dcc18513c1ba9a0dcaaf0c2a146.zip
Make sure that a shared library build of libsmbclient causes build
breakage if there are problems. I will take this out tomorrow if it causes too many problems. (This used to be commit f4d9abcac7f8b8fc1b3d380b76fc8c95688b5d5d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c1f0c8ee15..f1ab28d692 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -590,7 +590,7 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
@$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LIBS)
libsmbclient: $(LIBSMBCLIENT_PICOBJS)
- -if [ $(BLDSHARED) = true ]; then \
+ @if [ $(BLDSHARED) = true ]; then \
echo Linking libsmbclient shared library bin/$@.@SHLIBEXT@; \
$(SHLD) @LDSHFLAGS@ -o bin/$@.@SHLIBEXT@ $(LIBSMBCLIENT_PICOBJS) $(LIBS); \
fi