diff options
author | rbuj <[email protected]> | 2019-10-12 00:07:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-26 23:10:28 +0200 |
commit | 1e0487779920e369aaacb80e0e26398170940e45 (patch) | |
tree | e2f25c0c475425c0a6b65232de56f76746fb6045 | |
parent | 15e3babf96eb9c31f8abfa6136128021554a5f52 (diff) | |
download | marco-1e0487779920e369aaacb80e0e26398170940e45.tar.bz2 marco-1e0487779920e369aaacb80e0e26398170940e45.tar.xz |
Fix MARCO_LOCALEDIR displaying the translated messages
-rw-r--r-- | src/Makefile.am | 2 |
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\" \ |