diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-22 00:52:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-22 00:52:00 +0100 |
commit | a509013b9b4a80a13bfb4adb365dee38fb2b81d7 (patch) | |
tree | c8e06e0e5354eb9868ade186960ba9e0df29fb68 /plugins/ibm-acpi/Makefile.am | |
parent | 69ecddf1317e71f35b1c1de00392dc76f8f1701c (diff) | |
download | mate-sensors-applet-a509013b9b4a80a13bfb4adb365dee38fb2b81d7.tar.bz2 mate-sensors-applet-a509013b9b4a80a13bfb4adb365dee38fb2b81d7.tar.xz |
converted to MATE (thanks to perberos)
Diffstat (limited to 'plugins/ibm-acpi/Makefile.am')
-rw-r--r-- | plugins/ibm-acpi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ibm-acpi/Makefile.am b/plugins/ibm-acpi/Makefile.am index 0ed6ea4..49e9c73 100644 --- a/plugins/ibm-acpi/Makefile.am +++ b/plugins/ibm-acpi/Makefile.am @@ -1,7 +1,7 @@ # IBM-ACPI plugin plugindir = $(libdir)/sensors-applet/plugins -INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale/"\" \ +INCLUDES = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DG_LOG_DOMAIN=\""Sensors Applet"\" \ -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \ -DDATADIR=\""$(datadir)"\" \ |