From: Will Estes Date: Wed, 26 Mar 2003 18:29:45 +0000 (+0000) Subject: an awk script wasn't included in the distribution X-Git-Tag: flex-2-5-30~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b34fc158600d85e706b614167c4c95c19c653c73;p=flex an awk script wasn't included in the distribution --- diff --git a/tests/test-linedir-r/Makefile.am b/tests/test-linedir-r/Makefile.am index f440925..746f5ab 100644 --- a/tests/test-linedir-r/Makefile.am +++ b/tests/test-linedir-r/Makefile.am @@ -24,7 +24,7 @@ FLEX = $(top_builddir)/flex builddir = @builddir@ -EXTRA_DIST = scanner.l test.input main.c +EXTRA_DIST = scanner.l test.input main.c check-lines.awk CLEANFILES = scanner.c scanner.h test-linedir-r OUTPUT $(OBJS) OBJS = scanner.o main.o