From b34fc158600d85e706b614167c4c95c19c653c73 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 26 Mar 2003 18:29:45 +0000 Subject: [PATCH] an awk script wasn't included in the distribution --- tests/test-linedir-r/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0