Commit 90db469a6f107fee3c474949b80316413889bb74

Authored by perry.werneck@gmail.com
1 parent 64cf67c4

Acertando empacotamento deb pelo build service

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -144,6 +144,7 @@ $(DEBDIR)/lib3270.install: Makefile
144 144 @echo " GEN `basename $@`"
145 145 @$(MKDIR) `dirname $@`
146 146 @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@.@VERSION@" > $@
  147 + @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@.@MAJOR_VERSION@" >> $@
147 148 @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@" >> $@
148 149  
149 150 $(BINDIR)/pot/lib3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$(SRC).pot)
... ...