From 1e0487779920e369aaacb80e0e26398170940e45 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 12 Oct 2019 00:07:03 +0200 Subject: Fix MARCO_LOCALEDIR displaying the translated messages --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index cb7c0043..2b5404d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -I$(srcdir)/include \ -DMARCO_LIBEXECDIR=\"$(libexecdir)\" \ -DHOST_ALIAS=\"@HOST_ALIAS@\" \ - -DMARCO_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" \ + -DMARCO_LOCALEDIR=\""$(datadir)/locale"\" \ -DMARCO_PKGDATADIR=\"$(pkgdatadir)\" \ -DMARCO_DATADIR=\"$(datadir)\" \ -DG_LOG_DOMAIN=\"marco\" \ -- cgit v1.2.1