From 78dfa74852896dcc18513c1ba9a0dcaaf0c2a146 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Tue, 24 Jul 2001 12:17:00 +0000 Subject: 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) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit