summaryrefslogtreecommitdiff
path: root/mate-panel/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-11-15 16:20:44 +0800
committerraveit65 <[email protected]>2019-11-15 12:16:58 +0100
commit981ee3649d067e3cf5b39ad46624d1bb5b182534 (patch)
treeaef2c5e4b0e587531485442a38219d0bfa5874e6 /mate-panel/Makefile.am
parent81fcedf052112e66b46e93c719347b3d9ff8476f (diff)
downloadmate-panel-981ee3649d067e3cf5b39ad46624d1bb5b182534.tar.bz2
mate-panel-981ee3649d067e3cf5b39ad46624d1bb5b182534.tar.xz
fix mate-panel can not find mo file
Diffstat (limited to 'mate-panel/Makefile.am')
-rw-r--r--mate-panel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index f1a2ea7f..91edecf1 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
-I$(srcdir) \
-I$(top_builddir)/mate-panel \
-I$(top_builddir)/mate-panel/libpanel-util \
- -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ -DMATELOCALEDIR=\""$(datadir)/locale"\" \
-DPANELDATADIR=\""$(datadir)/mate-panel"\" \
$(DISABLE_DEPRECATED_CFLAGS) \
$(GTK_LAYER_SHELL_CFLAGS)