summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mashal <[email protected]>2013-04-03 03:13:17 -0700
committerDan Mashal <[email protected]>2013-04-03 03:13:17 -0700
commit20a71dbccfc1f857bb75a73e361209834c25d09f (patch)
tree92e4218fd00f86b675655ae93a3c673cf487c95e
parent01fb301105811997b4a98add213a6ba8ac14ce15 (diff)
downloadmate-power-manager-20a71dbccfc1f857bb75a73e361209834c25d09f.tar.bz2
mate-power-manager-20a71dbccfc1f857bb75a73e361209834c25d09f.tar.xz
Update makefiles for autoconf-1.13
-rw-r--r--applets/brightness/Makefile.am2
-rw-r--r--applets/inhibit/Makefile.am2
-rw-r--r--src/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am
index 5d896e2..5e9e834 100644
--- a/applets/brightness/Makefile.am
+++ b/applets/brightness/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I. -I$(srcdir) \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am
index b6d6258..fa12b4b 100644
--- a/applets/inhibit/Makefile.am
+++ b/applets/inhibit/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I. -I$(srcdir) \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/src/Makefile.am b/src/Makefile.am
index fcbca7d..a49e87a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = \
gpm-marshal.list \
$(NULL)
-INCLUDES = \
+AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
$(MATE_CFLAGS) \