summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-18 23:03:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-18 23:03:57 -0800
commit41aab7d289aba2aaf3839e96d0c9e2f15ede4bd1 (patch)
tree87f8d92977bb4b45519ba359e4a15215e3d03ae3
parent73c9e094f3307f1f29e05e4534a530335e5bd61f (diff)
downloadxorg-lib-libXp-41aab7d289aba2aaf3839e96d0c9e2f15ede4bd1.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 3ca2659..f42b633 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ libXp_la_LIBADD = $(XPRINT_LIBS)
AM_CFLAGS = $(CWARNFLAGS) $(XPRINT_CFLAGS) $(MALLOC_ZERO_CFLAGS)
-INCLUDES = -I$(top_srcdir)/include/X11/extensions
+AM_CPPFLAGS = -I$(top_srcdir)/include/X11/extensions
#
# Library version number. This must match old versions on