From 61e6cbfa9aee9c9d5cb6d0931dac0b1cbddc85a0 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 27 Sep 2002 20:28:24 +0000 Subject: INCLUDES is obsolete; use AM_CPPFLAGS instead --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 17dd545..475ee32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,7 +123,7 @@ DIST_SUBDIRS = \ tests localedir = $(datadir)/locale -INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl +AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl LIBS = @LIBINTL@ @LIBS@ skel.c: flex.skl mkskel.sh -- cgit v1.2.3