From 02ba3015502357cf47576ba7d2dce58445788356 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 16 Jul 2003 06:33:39 +0000 Subject: [PATCH] (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 56f7c03..afb7810 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 -- 2.7.4