summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 811a699673..07ee5920da 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -350,8 +350,8 @@ bin/smbtorture: $(SMBTORTURE_OBJ)
@$(CC) $(FLAGS) -o $@ $(SMBTORTURE_OBJ) $(LDFLAGS) $(LIBS)
smbwrapper/smbwrapper.so: $(PICOBJS)
- @echo Linking $@
- $(LD) -G -o $@ $(PICOBJS)
+ @echo Linking shared library $@
+ @$(LD) @LDSHFLAGS@ -o $@ $(PICOBJS)
install: installbin installman installscripts installcp installswat