summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-18 23:06:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-04-12 23:24:55 -0700
commitd54acff47096cf52a9b8e018a26f7165e1092eb5 (patch)
tree522249a5ac57cdfd60c7db755cc1ea2fce37b810
parente6e0e02e4bf764fa58798540793bdeb44a60cc7f (diff)
downloadxorg-lib-libXRes-d54acff47096cf52a9b8e018a26f7165e1092eb5.tar.gz
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> (cherry picked from commit 83e7693515369d57dcd11c2bb1f03563f51bc500)
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fd508da..bf66d68 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ AM_CFLAGS = \
$(XRES_CFLAGS) \
$(MALLOC_ZERO_CFLAGS)
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
libXRes_la_LDFLAGS = -version-number 1:0:0 -no-undefined