summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 09:09:26 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 09:09:26 -0800
commit27c39a335275da11182127c8cc14dfb2b7c4d092 (patch)
tree7faf3500a6672958ffdd0eacbb29ebe68e7df953
parentdd8785df6795af715d82c47c80d89500f1205544 (diff)
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>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3627acc..7a76a3b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = liblbxutil.la
AM_CFLAGS = $(CWARNFLAGS) $(LBXUTIL_CFLAGS)
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_PROGRAMS = mkg3states