summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-12 15:58:59 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-12 15:58:59 -0800
commit8570d287396934f26224c76d48d7f17d87380e72 (patch)
treeb67dbf65a9e13a042e22f1e9995556bc704e600c
parent369d133ca19f938d123254dee5c88214512f82df (diff)
downloadxorg-lib-libXau-8570d287396934f26224c76d48d7f17d87380e72.tar.gz
Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e8d95b..1049614 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,7 @@ SUBDIRS=man
lib_LTLIBRARIES = libXau.la
AM_CFLAGS = $(XAU_CFLAGS) $(CWARNFLAGS)
-
-INCLUDES = -I${top_srcdir}/include
+AM_CPPFLAGS = -I${top_srcdir}/include
libXau_la_LDFLAGS = -version-number 6:0:0 -no-undefined