Commit 25b7fe8c6a6500907521c3571ea62b034f680cbb

Authored by Perry Werneck
1 parent 07b1d0d2

Remodelando Makefiles.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -127,7 +127,7 @@ $(BINRLS)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@: \
127 127  
128 128 @echo $(basename $@) ...
129 129 @$(MKDIR) `dirname $@`
130   - @$(LD) -shared -Wl,-soname,$(LIBNAME) $(LDFLAGS) -o $@ $^ $(LIBS)
  130 + @$(LD) -shared -Wl,-soname,$(@F) $(LDFLAGS) -o $@ $^ $(LIBS)
131 131  
132 132 #---[ Debug Targets ]--------------------------------------------------------------------
133 133  
... ... @@ -153,7 +153,7 @@ $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@: \
153 153  
154 154 @echo $(basename $@) ...
155 155 @$(MKDIR) `dirname $@`
156   - @$(LD) -shared -Wl,-soname,$(LIBNAME) $(LDFLAGS) -o $@ $^ $(LIBS)
  156 + @$(LD) -shared -Wl,-soname,$(@F) $(LDFLAGS) -o $@ $^ $(LIBS)
157 157  
158 158 #---[ Clean Targets]---------------------------------------------------------------------
159 159  
... ...