From: Nick Bowler Date: Sat, 25 Feb 2012 04:07:19 +0000 (-0500) Subject: Add more missing source files to the distribution. X-Git-Tag: v1~64 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/6f7b4416604681d506a9bab6c44caaffae5fbd2a Add more missing source files to the distribution. Somehow parse.y and scan.l managed to get omitted from the distribution. --- 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