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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'applets') 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) \ -- cgit v1.2.1