From: Will Estes Date: Fri, 27 Sep 2002 20:28:24 +0000 (+0000) Subject: INCLUDES is obsolete; use AM_CPPFLAGS instead X-Git-Tag: flex-2-5-23~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61e6cbfa9aee9c9d5cb6d0931dac0b1cbddc85a0;p=flex INCLUDES is obsolete; use AM_CPPFLAGS instead --- 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