summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
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 /lib/Makefile.am
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 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2ba67e5..625304f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
- -DG_LOG_DOMAIN=\""Sensors Applet"\" \
+ -DG_LOG_DOMAIN=\""sensors-applet"\" \
-DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \
-DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(libdir)"\" \