summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-05-15 12:34:33 +0000
committerGerald Carter <jerry@samba.org>2002-05-15 12:34:33 +0000
commit92245e1ffc25420fef0db29052c388c4408802aa (patch)
tree4e03ccb8779585c50ff3914c9c2478662ecbf21f /source3/Makefile.in
parent5951e762d564de31938cf9d18dd3a8abff2b5983 (diff)
downloadsamba-92245e1ffc25420fef0db29052c388c4408802aa.tar.gz
samba-92245e1ffc25420fef0db29052c388c4408802aa.tar.bz2
samba-92245e1ffc25420fef0db29052c388c4408802aa.zip
more solaris compile fixes (for smbwrapper)
(This used to be commit fbefb479fb3bd86affffa1bd567565f1797ae329)
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 c957b5e073..84e806906a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -709,7 +709,7 @@ bin/smbw_sample: $(SMBW_OBJ) utils/smbw_sample.o bin/.dummy
bin/smbwrapper.@SHLIBEXT@: $(PICOBJS)
@echo Linking shared library $@
- @$(SHLD) $(LDSHFLAGS) -o $@ $(PICOBJS) $(LIBS)
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(PICOBJS) $(LDFLAGS) $(LIBS)
bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
@echo Linking shared library $@