From c3b41c39e402fd219014346c997dd13b86ec07f3 Mon Sep 17 00:00:00 2001 From: twisti Date: Tue, 14 Jun 2005 23:52:18 +0000 Subject: [PATCH] * Added DIST_SUBDIRS --- src/vm/jit/i386/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index 4e1eff9a7..bf4d896b6 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 2676 2005-06-13 16:20:32Z twisti $ +## $Id: Makefile.am 2703 2005-06-14 23:52:18Z twisti $ ## Process this file with automake to produce Makefile.in @@ -36,6 +36,8 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_sr SUBDIRS = $(OS_DIR) +DIST_SUBDIRS = freebsd linux + AM_CCASFLAGS = $(INCLUDES) CLEANFILES = offsets.h -- 2.25.1