diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-07-24 12:17:00 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-07-24 12:17:00 +0000 |
commit | 78dfa74852896dcc18513c1ba9a0dcaaf0c2a146 (patch) | |
tree | 45b44ef6afe78cb6ca3518414f39ee6f75eac551 /source3/Makefile.in | |
parent | 9521c7c85dac2fb7e95657a4594eb47de9e82a0c (diff) | |
download | samba-78dfa74852896dcc18513c1ba9a0dcaaf0c2a146.tar.gz samba-78dfa74852896dcc18513c1ba9a0dcaaf0c2a146.tar.xz 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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c1f0c8ee15b..f1ab28d6923 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 |