Commit 488d48482bc6ca5f4befe55e3ed7d2ad3d16bd21

Authored by Perry Werneck
1 parent 5975bc44
Exists in master

Corrigindo empacotamento.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/plugin/Makefile.in
@@ -117,7 +117,7 @@ $(BINRLS)/$(LIBNAME): \ @@ -117,7 +117,7 @@ $(BINRLS)/$(LIBNAME): \
117 117
118 @echo $(basename $@) ... 118 @echo $(basename $@) ...
119 @$(MKDIR) `dirname $@` 119 @$(MKDIR) `dirname $@`
120 - @$(LD) -shared -Wl,-soname,$(notdir $@) -L$(BINDBG) $(LDFLAGS) -o $@ $^ -lrx3270 -lpw3270 $(LIBS) 120 + @$(LD) -shared -Wl,-soname,$(notdir $@) -L$(BINRLS) $(LDFLAGS) -o $@ $^ -lrx3270 -lpw3270 $(LIBS)
121 121
122 #---[ Debug Targets ]-------------------------------------------------------------------- 122 #---[ Debug Targets ]--------------------------------------------------------------------
123 123