From: Peter Johnson Date: Mon, 17 Sep 2001 22:43:13 +0000 (-0000) Subject: optimizer.h should be listed in yasm_SOURCES and it wasn't. X-Git-Tag: v0.1.0~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8c850f10f1d8054c0e9521c32b611ed7468af9;p=yasm optimizer.h should be listed in yasm_SOURCES and it wasn't. svn path=/trunk/yasm/; revision=177 --- diff --git a/src/Makefile.am b/src/Makefile.am index a298f3d7..1f5e40cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,7 @@ yasm_SOURCES = \ preproc.h \ parser.c \ parser.h \ + optimizer.h \ strcasecmp.c yasm_LDADD = \