From f4263fc2c4f6aa79455f6c8252606b17daf5aa7d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Dec 2015 21:44:30 +0000 Subject: [PATCH] Switch to AM_CPPFLAGS as suggested by autoreconf Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 124e9c1..693c90f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ AUTOMAKE_OPTIONS=foreign -INCLUDES = -I/usr/include/inn +AM_CPPFLAGS = -I/usr/include/inn WERROR = -Werror CMDLINE_CFLAGS = diff --git a/Makefile.in b/Makefile.in index 6ed6972..085e814 100644 --- a/Makefile.in +++ b/Makefile.in @@ -325,7 +325,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I/usr/include/inn +AM_CPPFLAGS = -I/usr/include/inn WERROR = -Werror CMDLINE_CFLAGS = WARNINGS = \ -- 2.30.2