summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-09-17 04:10:29 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-09-17 04:10:29 +0000
commita42520c2be0b0072ef31ce5165a7a7e1c18253d3 (patch)
treeeb7c219baebd9cc8f552578994d8c008463dde14 /tests
parent69a376a8be8eaf82e7f3e358f6ee3d466f859225 (diff)
minor fixup for dist.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-reject/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test-reject/Makefile.am b/tests/test-reject/Makefile.am
index 424ddbc..cfbf8a0 100644
--- a/tests/test-reject/Makefile.am
+++ b/tests/test-reject/Makefile.am
@@ -22,15 +22,12 @@
BISON = @BISON@
FLEX = $(top_builddir)/flex
-EXTRA_DIST = scanner.l parser.y test.input
+EXTRA_DIST = scanner.l test.input
CLEANFILES = scanner.c test-reject-* OUTPUT $(OBJS)
OBJS = test-reject-nr.o test-reject-r.o test-reject-ver.o \
test-reject-ser.o
INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
-#LDFLAGS = $(top_srcdir)/libfl.a
-#LFLAGS = --header="scanner.h"
-#YFLAGS = --defines --output=parser.c
tests = test-reject-nr$(EXEEXT) test-reject-r$(EXEEXT) \
test-reject-ser$(EXEEXT) test-reject-ver$(EXEEXT)