diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-12 15:58:59 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-12 15:58:59 -0800 |
commit | 8570d287396934f26224c76d48d7f17d87380e72 (patch) | |
tree | b67dbf65a9e13a042e22f1e9995556bc704e600c | |
parent | 369d133ca19f938d123254dee5c88214512f82df (diff) |
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.am | 3 |
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 |