From 911b4f9d7f0ca48d1627dc0a92a5df1bd985fe52 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 14 Sep 2018 16:16:11 -0300 Subject: [PATCH] Ajustes para permitir definição do nome da lib3270 via ./configure --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f003c37..c1d0414 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ # erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça) # -LIBNAME=lib3270@DLLEXT@ +LIBNAME=lib@LIB3270_NAME@@DLLEXT@ SOURCES = bounds.c ctlr.c util.c toggles.c screen.c selection.c kybd.c telnet.c \ iocalls.c connect.c \ @@ -129,7 +129,7 @@ all: \ Release: \ $(BINRLS)/$(LIBNAME) -$(BASEDIR)/.pot/lib3270.pot: \ +$(BASEDIR)/.pot/lib@LIB3270_NAME@.pot: \ $(foreach SRC, $(basename $(SOURCES)), $(POTDIR)/$(SRC).pot) @rm -f $@ -- libgit2 0.21.2