From 092f4fa772b25b4a54c09720e4bf0b785ade37fc Mon Sep 17 00:00:00 2001 From: twisti Date: Sun, 22 Jan 2006 23:00:31 +0000 Subject: [PATCH] * src/vm/jit/intrp/Makefile.am (EXTRA_DIST): Added gray.fs and BUILT_SOURCES. --- src/vm/jit/intrp/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/vm/jit/intrp/Makefile.am b/src/vm/jit/intrp/Makefile.am index 7ed499bb3..80c6a18a4 100644 --- a/src/vm/jit/intrp/Makefile.am +++ b/src/vm/jit/intrp/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 4297 2006-01-19 09:47:16Z twisti $ +## $Id: Makefile.am 4355 2006-01-22 23:00:31Z twisti $ ## Process this file with automake to produce Makefile.in @@ -36,8 +36,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top EXTRA_DIST = \ java.vmg \ + gray.fs \ prims2x.fs \ - vmgenx + vmgenx \ + \ + $(BUILT_SOURCES) noinst_HEADERS = \ engine.c -- 2.25.1