Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2002-03-18 18:17:45 +0300
committerDick Porter <dick@acm.org>2002-03-18 18:17:45 +0300
commit48d00935c8f9164f7e745972339c9244b060b5f9 (patch)
treef33edcb3289d33597020b8fde5075f00d5a916e6 /Makefile.am
parenta43974513a254d9ed3d8178fb026a6e42e6682cf (diff)
2002-03-18 Dick Porter <dick@ximian.com>
* configure.in: Only look for libgc on the system. Default to not using GC at all, because it doesn't work with the jit. 2002-03-18 Dick Porter <dick@ximian.com> * reflection.c (mono_image_get_type_info): rename interface to iface, because of "#define interface struct" on windows. svn path=/trunk/mono/; revision=3190
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index ff9c8d7cf15..c997d34411a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,3 @@
AUTOMAKE_OPTIONS = foreign
-if USE_INCLUDED_BOEHM
-GCDIR = libgc
-else
-GCDIR =
-endif
-
-SUBDIRS = $(GCDIR) mono doc runtime scripts man
+SUBDIRS = mono doc runtime scripts man