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-01-18 23:06:20 -0800
commit83e7693515369d57dcd11c2bb1f03563f51bc500 (patch)
tree90de77e4080d8f6bacc79022ce89b0539ea4e605
parentd9324b7d07294bb18e4902596a1b8ee387188364 (diff)
downloadxorg-lib-libXRes-83e7693515369d57dcd11c2bb1f03563f51bc500.tar.gz
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morph
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>
-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