diff options
author | raveit <[email protected]> | 2013-03-21 18:50:38 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-21 18:50:38 +0100 |
commit | 9c20632b9e215d5152cccffc4557a81afc45a02a (patch) | |
tree | f454680cad5491df733280b148afe0ee79b8ac9e /sensors-applet | |
parent | 9a2a46d3622863c8d83aa46a884d1cc1f90bfb84 (diff) | |
download | mate-sensors-applet-9c20632b9e215d5152cccffc4557a81afc45a02a.tar.bz2 mate-sensors-applet-9c20632b9e215d5152cccffc4557a81afc45a02a.tar.xz |
update make files for autoconf 1.13
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)"\" \ |