From f8e1286560b2a7779e69bebc1e5c8ebdcd56837b Mon Sep 17 00:00:00 2001 From: Dick Porter Date: Tue, 23 Nov 2004 13:18:40 +0000 Subject: [PATCH] Quick fix to get the tree building again. The configure.in change is probably correct, the Makefile.am one isn't. Hari will have to fix this properly. svn path=/trunk/mono/; revision=36438 --- Makefile.am | 4 ++-- configure.in | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 92e7b517aba..17cea8a6404 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I . -SUBDIRS = $(libgc_dir) mono $(ikvm_jni_dir) docs data runtime scripts man samples support web +SUBDIRS = $(libgc_dir) mono $(ikvm_jni_dir) docs data scripts man samples support web # Keep in sync with SUBDIRS ## 'tools' is not normally built -DIST_SUBDIRS = libgc mono ikvm-jni docs data runtime scripts man samples support web tools +DIST_SUBDIRS = libgc mono ikvm-jni docs data scripts man samples support web tools EXTRA_DIST= mono.pc.in mono.spec.in mint.pc.in diff --git a/configure.in b/configure.in index f7b025dbdaa..1fa7baf9573 100644 --- a/configure.in +++ b/configure.in @@ -1497,8 +1497,6 @@ mono/mini/Makefile mono/profiler/Makefile ikvm-jni/Makefile runtime/Makefile -runtime/net_1_1/Makefile -runtime/net_2_0/Makefile scripts/Makefile man/Makefile web/Makefile -- 2.25.1