summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-16 06:33:09 +0000
committerJim Meyering <jim@meyering.net>2003-07-16 06:33:09 +0000
commit35f71d4a002fd016b27d24e664f2d0690cbcd23d (patch)
treed2416881c20c14ce013e3deff04cea6648abe5a9 /src/Makefile.am
parented9026bfcb4dd34655128349838c47deda066864 (diff)
downloadcoreutils-35f71d4a002fd016b27d24e664f2d0690cbcd23d.tar.xz
(AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fce7e623a..ae62e8545 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \
groups.sh wheel-gen.pl extract-magic
CLEANFILES = $(SCRIPTS) su
-INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib
+AM_CPPFLAGS = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib
# Sometimes, the expansion of $(LIBINTL) includes -lc which may
# include modules defining variables like `optind', so libfetish.a