diff options
Diffstat (limited to 'sensors-applet')
-rw-r--r-- | sensors-applet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-applet/Makefile.am b/sensors-applet/Makefile.am index 4bc2fe3..874d488 100644 --- a/sensors-applet/Makefile.am +++ b/sensors-applet/Makefile.am @@ -2,7 +2,7 @@ uidir = $(datadir)/mate-sensors-applet/ui -INCLUDES = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ +AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DG_LOG_DOMAIN=\""Sensors Applet"\" \ -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \ -DDATADIR=\""$(datadir)"\" \ |