From d4df626d8872576b3fb54280764f16f3b94d783b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 24 Sep 2012 17:45:15 +0200 Subject: automake: don't use INCLUDES, it's AM_CPPFLAGS nowadays --- src/tool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool') diff --git a/src/tool/Makefile.am b/src/tool/Makefile.am index 8d6cda46..a515b4d3 100644 --- a/src/tool/Makefile.am +++ b/src/tool/Makefile.am @@ -11,7 +11,7 @@ AUTOMAKE_OPTIONS = ../portab/ansi2knr -INCLUDES = -I$(srcdir)/../portab +AM_CPPFLAGS = -I$(srcdir)/../portab noinst_LIBRARIES = libngtool.a -- cgit 1.4.1