Commit 911b4f9d7f0ca48d1627dc0a92a5df1bd985fe52
1 parent
532dfc3e
Exists in
master
and in
3 other branches
Ajustes para permitir definição do nome da lib3270 via ./configure
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | # erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça) |
| 25 | 25 | # |
| 26 | 26 | |
| 27 | -LIBNAME=lib3270@DLLEXT@ | |
| 27 | +LIBNAME=lib@LIB3270_NAME@@DLLEXT@ | |
| 28 | 28 | |
| 29 | 29 | SOURCES = bounds.c ctlr.c util.c toggles.c screen.c selection.c kybd.c telnet.c \ |
| 30 | 30 | iocalls.c connect.c \ |
| ... | ... | @@ -129,7 +129,7 @@ all: \ |
| 129 | 129 | Release: \ |
| 130 | 130 | $(BINRLS)/$(LIBNAME) |
| 131 | 131 | |
| 132 | -$(BASEDIR)/.pot/lib3270.pot: \ | |
| 132 | +$(BASEDIR)/.pot/lib@LIB3270_NAME@.pot: \ | |
| 133 | 133 | $(foreach SRC, $(basename $(SOURCES)), $(POTDIR)/$(SRC).pot) |
| 134 | 134 | |
| 135 | 135 | @rm -f $@ | ... | ... |