From f3e53feb7a513f0c6b62df0609ff7c81cf6824d3 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 3 May 2012 11:31:13 +0000 Subject: [PATCH] Ajustes para empacotamento .deb --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index be8ca4f..482ab8e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -123,6 +123,10 @@ $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(foreach SRC, $(basenam @$(MKDIR) `dirname $@` $(LD) -o $@ $^ $(LIBS) +$(DEBDIR)/lib3270.install: Makefile + @echo " GEN `basename $@`" + @$(MKDIR) `dirname $@` + @echo "$(libdir)/lib3270.so" > $@ run: $(BINDBG)/testprogram$(EXEEXT) $(BINDBG)/testprogram$(EXEEXT) -- libgit2 0.21.2