From 1336555df3497462d2250359cb70f6a472c8265d Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 27 Sep 2002 20:46:26 +0000 Subject: use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for broken compilers --- tests/TEMPLATE/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TEMPLATE/Makefile.am') diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am index a5816a6..ec1e4f8 100644 --- a/tests/TEMPLATE/Makefile.am +++ b/tests/TEMPLATE/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = scanner.l parser.y test.input CLEANFILES = scanner.c scanner.h parser.c parser.h TEMPLATE OUTPUT $(OBJS) OBJS = scanner.o # parser.o -INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) +AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) #LDFLAGS = $(top_srcdir)/libfl.a #LFLAGS = --header="scanner.h" #YFLAGS = --defines --output=parser.c -- cgit v1.2.3