summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-04-08 15:00:44 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-04-08 15:00:44 +0000
commitedfc1d5a22257f10743c48654350e9f2bad5324b (patch)
tree36a809670f13d63ca22badba7ca8691076a6d706 /tests
parente9b4ab58ba045c459e6e456cb7a4ec242b8bd735 (diff)
only one config file header apparently; this will have consequences in the test suite
Diffstat (limited to 'tests')
-rw-r--r--tests/TEMPLATE/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am
index ed99c98..ba590c1 100644
--- a/tests/TEMPLATE/Makefile.am
+++ b/tests/TEMPLATE/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = scanner.l parser.y test.input
CLEANFILES = scanner.c parser.c parser.h TEMPLATE
OBJS = scanner.o # parser.o
-INCLUDES = -I $(srcdir) -I $(top_srcdir)/tests
+INCLUDES = -I $(srcdir) -I $(top_srcdir)
#LDFLAGS = $(top_srcdir)/libfl.a
#YFLAGS = --defines --output=parser.c