summaryrefslogtreecommitdiff
path: root/sensors-applet
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-10 15:37:05 +0200
committerraveit65 <[email protected]>2020-06-11 15:27:43 +0200
commitac91166e411416840dec821af38d190beb07ea9e (patch)
treed59bb03978fe0562ae95d24c09f43828207c3f18 /sensors-applet
parent0a317486303fc0cdd0515d84acac9abd246196ae (diff)
downloadmate-sensors-applet-ac91166e411416840dec821af38d190beb07ea9e.tar.bz2
mate-sensors-applet-ac91166e411416840dec821af38d190beb07ea9e.tar.xz
build: Fix G_LOG_DOMAIN for sensors applet
Diffstat (limited to 'sensors-applet')
-rw-r--r--sensors-applet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-applet/Makefile.am b/sensors-applet/Makefile.am
index a864893..6f9acd8 100644
--- a/sensors-applet/Makefile.am
+++ b/sensors-applet/Makefile.am
@@ -3,7 +3,7 @@
uidir = $(datadir)/mate-sensors-applet/ui
AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
- -DG_LOG_DOMAIN=\""Sensors Applet"\" \
+ -DG_LOG_DOMAIN=\""sensors-applet"\" \
-DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \
-DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(libdir)"\" \