From fde9d4c18973f8cdac4983134f4e5fe73322b5b8 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 25 Feb 2014 19:08:12 +0000 Subject: [PATCH] Renaming 'INCLUDES' to 'AM_CPPFLAGS', patch by Mike Frysinger. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4605 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3477fbcf..0b5ce5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-02-25 Mike Frysinger + * src/Makefile.am - Rename 'INCLUDES' to 'AM_CPPFLAGS', since + Automake changed the naming of these a while ago, and at least + version 1.13 now starts warning about it. + 2014-02-25 Benno Schulenberg * src/files.c (write_lockfile, do_lockfile) - Fix a typo reported by Jean-Philippe Guérard and inconsistent spelling of "lock file" diff --git a/src/Makefile.am b/src/Makefile.am index f0b21c06..a0af063e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ localedir = $(datadir)/locale -INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" +AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" ACLOCAL_AMFLAGS = -I m4 -- 2.39.5