diff options
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/libgdict/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/libgdict/Makefile.am b/mate-dictionary/libgdict/Makefile.am index 202c1808..4882749c 100644 --- a/mate-dictionary/libgdict/Makefile.am +++ b/mate-dictionary/libgdict/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gdict\" \ -DLIBDIR=\""$(libdir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ - -DMATELOCALEDIR=\""$(mateutilslocaledir)"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DGDICTSOURCESDIR=\""$(datadir)/mate-dict/sources"\" \ -DGDICT_ENABLE_INTERNALS \ $(NULL) diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index 31e91340..6eeac251 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -DLIBDIR=\""$(libdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DPKGDATADIR=\""$(datadir)/mate-dictionary"\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) bin_PROGRAMS = mate-dictionary |