Commit 1501ac8609ec709a3afe5535f4463043a4a76000

Authored by perry.werneck@gmail.com
1 parent 00608d17

Ajuste para corrigir empacotamento .deb

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
Makefile.in
... ... @@ -143,7 +143,8 @@ $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(foreach SRC, $(basenam
143 143 $(DEBDIR)/lib3270.install: Makefile
144 144 @echo " GEN `basename $@`"
145 145 @$(MKDIR) `dirname $@`
146   - @echo "$(libdir)/lib3270.so" > $@
  146 + @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@.@VERSION@" > $@
  147 + @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@" >> $@
147 148  
148 149 $(BINDIR)/pot/lib3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$(SRC).pot)
149 150 @rm -f $@
... ...