From: Jim Meyering Date: Wed, 16 Jul 2003 06:33:39 +0000 (+0000) Subject: (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. X-Git-Tag: v5.0.90~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ba3015502357cf47576ba7d2dce58445788356;p=thirdparty%2Fcoreutils.git (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 56f7c038b4..afb78100de 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ noinst_LIBRARIES = libfetish.a -INCLUDES = -I.. -I$(srcdir) +AM_CPPFLAGS = -I.. -I$(srcdir) DEFS += -DLIBDIR=\"$(libdir)\" ## Put relatively complex files at the beginning of the list so