summaryrefslogtreecommitdiff
path: root/sensors-applet/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-10 15:37:05 +0200
committerraveit65 <[email protected]>2020-06-11 15:42:49 +0200
commit263fe20913d570e85821a1e56e2f8f153db32d86 (patch)
tree229b2544010108787331e146bec75241a4491a42 /sensors-applet/Makefile.am
parent055dbf6e53c9f0326fb204f0a1243ab962ed59df (diff)
downloadmate-sensors-applet-263fe20913d570e85821a1e56e2f8f153db32d86.tar.bz2
mate-sensors-applet-263fe20913d570e85821a1e56e2f8f153db32d86.tar.xz
build: Fix G_LOG_DOMAIN for sensors applet
Diffstat (limited to 'sensors-applet/Makefile.am')
-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 874d488..6eacf4e 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)"\" \