diff options
Diffstat (limited to 'mate-dictionary/src/Makefile.am')
-rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |