diff options
author | rbuj <[email protected]> | 2020-01-19 16:22:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-20 21:17:21 +0100 |
commit | 3c1b4c9346933326198ce69a97b5d088dcb81ca8 (patch) | |
tree | 6afeb51ef9144c116568bf17976e82a867983a9f /logview/src/Makefile.am | |
parent | 519672fb4f48411bc17e92b9c8c852fe6f29177c (diff) | |
download | mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.bz2 mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.xz |
gettext: Fix locale dir
This allows to load the translations.
Diffstat (limited to 'logview/src/Makefile.am')
-rw-r--r-- | logview/src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/logview/src/Makefile.am b/logview/src/Makefile.am index a0268760..1fbff996 100644 --- a/logview/src/Makefile.am +++ b/logview/src/Makefile.am @@ -1,10 +1,10 @@ SUBDIRS = tests -AM_CPPFLAGS = \ - -DG_LOG_DOMAIN=\"mate-system-log\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - -DDATADIR=\""$(datadir)"\" \ - -DLOGVIEWINSTALLPREFIX=\""$(prefix)/\"" \ +AM_CPPFLAGS = \ + -DG_LOG_DOMAIN=\"mate-system-log\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ + -DDATADIR=\""$(datadir)"\" \ + -DLOGVIEWINSTALLPREFIX=\""$(prefix)/\"" \ $(NULL) bin_PROGRAMS = mate-system-log |