From 20a71dbccfc1f857bb75a73e361209834c25d09f Mon Sep 17 00:00:00 2001 From: Dan Mashal Date: Wed, 3 Apr 2013 03:13:17 -0700 Subject: Update makefiles for autoconf-1.13 --- applets/brightness/Makefile.am | 2 +- applets/inhibit/Makefile.am | 2 +- src/Makefile.am | 2 +- 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) \ -- cgit v1.2.1