From: Ian Jackson Date: Sat, 5 Dec 2015 21:44:30 +0000 (+0000) Subject: Switch to AM_CPPFLAGS as suggested by autoreconf X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=commitdiff_plain;h=f4263fc2c4f6aa79455f6c8252606b17daf5aa7d Switch to AM_CPPFLAGS as suggested by autoreconf Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- 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 = \