diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-16 06:33:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-16 06:33:39 +0000 |
commit | 02ba3015502357cf47576ba7d2dce58445788356 (patch) | |
tree | d0b0efb3a135ba8aa28eea75e8ad167d12217102 /lib | |
parent | 35f71d4a002fd016b27d24e664f2d0690cbcd23d (diff) | |
download | coreutils-02ba3015502357cf47576ba7d2dce58445788356.tar.xz |
(AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
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 |