summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-10-12 00:07:03 +0200
committerraveit65 <[email protected]>2019-10-26 23:10:28 +0200
commit1e0487779920e369aaacb80e0e26398170940e45 (patch)
treee2f25c0c475425c0a6b65232de56f76746fb6045
parent15e3babf96eb9c31f8abfa6136128021554a5f52 (diff)
downloadmarco-1e0487779920e369aaacb80e0e26398170940e45.tar.bz2
marco-1e0487779920e369aaacb80e0e26398170940e45.tar.xz
Fix MARCO_LOCALEDIR displaying the translated messages
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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\" \