From 1501ac8609ec709a3afe5535f4463043a4a76000 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 19 Jun 2012 14:23:37 +0000 Subject: [PATCH] Ajuste para corrigir empacotamento .deb --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index addfe7c..715a9e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -143,7 +143,8 @@ $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(foreach SRC, $(basenam $(DEBDIR)/lib3270.install: Makefile @echo " GEN `basename $@`" @$(MKDIR) `dirname $@` - @echo "$(libdir)/lib3270.so" > $@ + @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@.@VERSION@" > $@ + @echo "$(libdir)/@DLLPREFIX@3270@DLLEXT@" >> $@ $(BINDIR)/pot/lib3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$(SRC).pot) @rm -f $@ -- libgit2 0.21.2