From 6103e5df05cdf30205e72afc7996d96410d83676 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 24 Jul 2019 15:18:40 -0300 Subject: [PATCH] Fixing locale file name. --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5d4d56f..f897ab4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -267,7 +267,7 @@ install-static: \ $(DESTDIR)$(libdir)/pkgconfig/lib3270-static.pc install-dev: \ - $(POTDIR)/$(LIBNAME).pot + $(POTDIR)/lib3270.pot @mkdir -p $(DESTDIR)$(includedir)/lib3270 @@ -287,7 +287,7 @@ install-dev: \ # Install translation files @$(MKDIR) $(DESTDIR)$(datarootdir)/pw3270/pot - @$(INSTALL_DATA) $(POTDIR)/$(LIBNAME).pot $(DESTDIR)$(datarootdir)/pw3270/pot/$(LIBNAME).pot + @$(INSTALL_DATA) $(POTDIR)/lib3270.pot $(DESTDIR)$(datarootdir)/pw3270/pot/lib3270.pot #---[ Misc Targets ]--------------------------------------------------------------------- @@ -327,7 +327,7 @@ $(BASEDIR)/src/include/lib3270/actions.h: \ @$(BINDIR)/mkactions@EXEEXT@ -o $@ -$(POTDIR)/$(LIBNAME).pot: \ +$(POTDIR)/lib3270.pot: \ $(foreach SRC, $(basename $(SOURCES)), $(POTDIR)/$(LIBNAME)/$(SRC).pot) @rm -f $@ @@ -335,7 +335,7 @@ $(POTDIR)/$(LIBNAME).pot: \ @$(MSGCAT) --sort-output $^ > $@ locale: \ - $(POTDIR)/$(LIBNAME).pot + $(POTDIR)/lib3270.pot #---[ Debug Targets ]-------------------------------------------------------------------- -- libgit2 0.21.2