summaryrefslogtreecommitdiff
path: root/applets/wncklet
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 /applets/wncklet
parent81fcedf052112e66b46e93c719347b3d9ff8476f (diff)
downloadmate-panel-981ee3649d067e3cf5b39ad46624d1bb5b182534.tar.bz2
mate-panel-981ee3649d067e3cf5b39ad46624d1bb5b182534.tar.xz
fix mate-panel can not find mo file
Diffstat (limited to 'applets/wncklet')
-rw-r--r--applets/wncklet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am
index d9dc7f51..19923878 100644
--- a/applets/wncklet/Makefile.am
+++ b/applets/wncklet/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/applets/wncklet \
-I$(top_srcdir)/libmate-panel-applet \
-I$(top_builddir)/libmate-panel-applet \
- -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ -DMATELOCALEDIR=\""$(datadir)/locale"\" \
$(DISABLE_DEPRECATED_CFLAGS)
AM_CFLAGS = $(WARN_CFLAGS)