]> granicus.if.org Git - yasm/commitdiff
Make sure bison.y and token.l get included in the distribution.
authorPeter Johnson <peter@tortall.net>
Wed, 19 Sep 2001 19:30:34 +0000 (19:30 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 19 Sep 2001 19:30:34 +0000 (19:30 -0000)
svn path=/trunk/yasm/; revision=199

modules/parsers/nasm/Makefile.am
src/parsers/nasm/Makefile.am

index e822aaa548dba560447e9d2682c68ccd0c0ecb7f..fd39447292d71c78bb61174e7b23e093b1d721c5 100644 (file)
@@ -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
index e822aaa548dba560447e9d2682c68ccd0c0ecb7f..fd39447292d71c78bb61174e7b23e093b1d721c5 100644 (file)
@@ -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