summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-11-22 20:38:04 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-11-22 20:38:04 +0000
commit3aff93b735df32933e2c5d5004eaae5937deeb0c (patch)
treed57fff92500196f3ce2bb61a0dad5b2f663ac680 /tests
parent872bdec7c843f9c1ef82054fbb155664a593c7bd (diff)
Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.
Removed yylex_destroy from C++ scanner.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-c++-multiple-scanners/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-c++-multiple-scanners/Makefile.am b/tests/test-c++-multiple-scanners/Makefile.am
index d8da4a6..f6dfedc 100644
--- a/tests/test-c++-multiple-scanners/Makefile.am
+++ b/tests/test-c++-multiple-scanners/Makefile.am
@@ -21,6 +21,7 @@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
EXTRA_DIST = scanner-1.l scanner-2.l main.cpp
CLEANFILES = scanner-1.cpp test-c++-multiple-scanners OUTPUT $(OBJS) scanner-2.cpp