summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-16 06:33:39 +0000
committerJim Meyering <jim@meyering.net>2003-07-16 06:33:39 +0000
commit02ba3015502357cf47576ba7d2dce58445788356 (patch)
treed0b0efb3a135ba8aa28eea75e8ad167d12217102 /lib/Makefile.am
parent35f71d4a002fd016b27d24e664f2d0690cbcd23d (diff)
downloadcoreutils-02ba3015502357cf47576ba7d2dce58445788356.tar.xz
(AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 56f7c038b..afb78100d 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