From 35f71d4a002fd016b27d24e664f2d0690cbcd23d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 16 Jul 2003 06:33:09 +0000 Subject: (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3-54-g00ecf