From 3864fc4bc13511363bbd14149f3e5df841070ddc Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 10 Oct 2002 18:13:16 +0000 Subject: [PATCH] sometimes we put header files in the builddir and so we should account for that --- tests/TEMPLATE/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am index 5833366..ee5016d 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 -AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir) +AM_CPPFLAGS = -I$(srcdir) -I$(builddir) -I$(top_srcdir) -I$(top_builddir) #LDFLAGS = $(top_srcdir)/libfl.a #LFLAGS = --header="scanner.h" #YFLAGS = --defines --output=parser.c -- 2.40.0