From e822e2bd1eb2ae64a0b4f21d1807f42a426265b2 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Fri, 29 Dec 2006 21:11:11 +0000 Subject: [PATCH] add jit-reg-class.[ch] files to Makefile.am --- jit/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jit/Makefile.am b/jit/Makefile.am index bdb3544..acef059 100644 --- a/jit/Makefile.am +++ b/jit/Makefile.am @@ -48,6 +48,8 @@ libjit_la_SOURCES = \ jit-pool.c \ jit-reg-alloc.h \ jit-reg-alloc.c \ + jit-reg-class.h \ + jit-reg-class.c \ jit-rules.h \ jit-rules.c \ jit-rules-interp.c \ -- 2.47.3