From 7c8c850f10f1d8054c0e9521c32b611ed7468af9 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 17 Sep 2001 22:43:13 +0000 Subject: [PATCH] optimizer.h should be listed in yasm_SOURCES and it wasn't. svn path=/trunk/yasm/; revision=177 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 = \ -- 2.40.0