From: Peter Johnson Date: Wed, 19 Sep 2001 19:30:34 +0000 (-0000) Subject: Make sure bison.y and token.l get included in the distribution. X-Git-Tag: v0.1.0~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c4ae1572a7021cefe1295b23436b0526578988;p=yasm Make sure bison.y and token.l get included in the distribution. svn path=/trunk/yasm/; revision=199 --- diff --git a/modules/parsers/nasm/Makefile.am b/modules/parsers/nasm/Makefile.am index e822aaa5..fd394472 100644 --- a/modules/parsers/nasm/Makefile.am +++ b/modules/parsers/nasm/Makefile.am @@ -46,7 +46,9 @@ endif BUILT_SOURCES = token.l bison.y EXTRA_DIST = \ + token.l \ token.l.in \ + bison.y \ bison.y.in \ bison.h \ gen_instr.pl diff --git a/src/parsers/nasm/Makefile.am b/src/parsers/nasm/Makefile.am index e822aaa5..fd394472 100644 --- a/src/parsers/nasm/Makefile.am +++ b/src/parsers/nasm/Makefile.am @@ -46,7 +46,9 @@ endif BUILT_SOURCES = token.l bison.y EXTRA_DIST = \ + token.l \ token.l.in \ + bison.y \ bison.y.in \ bison.h \ gen_instr.pl