From 6f7b4416604681d506a9bab6c44caaffae5fbd2a Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 24 Feb 2012 23:07:19 -0500 Subject: [PATCH] Add more missing source files to the distribution. Somehow parse.y and scan.l managed to get omitted from the distribution. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e40e69c..d6a7549 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ CLEANFILES = src/validtypes.h src/errtab.h src/namespecs.h src/ordspecs.h \ EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/validtypes.sed \ src/specs.lst src/namespecs.sed src/ordspecs.sed \ src/errors.lst src/strtab.sed \ - src/parse.stamp src/scan.stamp \ + src/parse.y src/parse.stamp src/scan.l src/scan.stamp \ COPYING.WTFPL2 dist_man_MANS = doc/man/cdecl99.1 doc/man/libcdecl.3 -- 2.43.2