mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Modified Makefile.in to work properly. Define BLDSHARED as a variable in the makefile now.
This commit is contained in:
parent
9585529455
commit
332f646fdc
@ -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
|
||||
|
1469
source/configure
vendored
1469
source/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user