From 3c1b4c9346933326198ce69a97b5d088dcb81ca8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 19 Jan 2020 16:22:11 +0100 Subject: gettext: Fix locale dir This allows to load the translations. --- mate-screenshot/src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mate-screenshot/src/Makefile.am') diff --git a/mate-screenshot/src/Makefile.am b/mate-screenshot/src/Makefile.am index e5104cbd..cabc4b0a 100644 --- a/mate-screenshot/src/Makefile.am +++ b/mate-screenshot/src/Makefile.am @@ -1,9 +1,9 @@ NULL = -AM_CPPFLAGS = \ - -I. \ - -I$(srcdir) \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +AM_CPPFLAGS = \ + -I. \ + -I$(srcdir) \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) bin_PROGRAMS = mate-screenshot -- cgit v1.2.1