From 827eb58b04412109a63a38b23b57d59468b6a3c0 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Tue, 12 Mar 2013 06:53:39 +0000 Subject: From David Arnold: Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to placate recent autotools. svn path=/trunk/; revision=48261 --- plugins/wimaxasncp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/wimaxasncp') diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am index 1ccc3c72be..259d10e9d7 100644 --- a/plugins/wimaxasncp/Makefile.am +++ b/plugins/wimaxasncp/Makefile.am @@ -24,7 +24,7 @@ include $(top_srcdir)/Makefile.am.inc -INCLUDES = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) include Makefile.common -- cgit v1.2.3