summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5b362d37a6..7f507057bc 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -61,6 +61,9 @@ SWATDIR = @swatdir@
# the directory where lock files go
LOCKDIR = @lockdir@
+# libsmbclient support here
+BLDSHARED = @BLDSHARED@
+
# The directory where code page definition files go
CODEPAGEDIR = $(LIBDIR)/codepages
@@ -611,7 +614,7 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
@$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LIBS)
bin/libsmbclient: $(LIBSMBCLIENT_PICOBJS)
- -if [ @BLDSHARED@ ]; then \
+ -if [ $(BLDSHARED) ]; then \
echo Linking libsmbclient shared library $@.@SHLIBEXT@; \
$(LD) @LDSHFLAGS@ -o $@.@SHLIBEXT@ $(LIBSMBCLIENT_PICOBJS) $(LIBS); \
fi