From: Peter Johnson Date: Wed, 11 Jul 2001 21:03:16 +0000 (-0000) Subject: Add strdup and strtoul replacements to EXTRA_DIST. X-Git-Tag: v0.1.0~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b34a9ea2aa41a46076fd6b1356d60b5fa92d188;p=yasm Add strdup and strtoul replacements to EXTRA_DIST. svn path=/trunk/yasm/; revision=125 --- diff --git a/src/Makefile.am b/src/Makefile.am index b0e468ab..2fd7e2d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,4 +33,6 @@ EXTRA_DIST = \ token.l.in \ bison.y.in \ bison.h \ - gen_instr.pl + gen_instr.pl \ + strdup.c \ + strtoul.c