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:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-03 17:22:44 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-03 17:22:44 +0300
commit603e5c94e3c015fce5d00c1f99d6e42a73b03e4b (patch)
treed60b6471c3993803bc0d8d5cffb80416d13ef184 /mcs/class/Makefile
parent42469223b06b276f37d9bff68e99d9e912587333 (diff)
Revert parts of r37007.
svn path=/trunk/mcs/; revision=37017
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 1e4a775247b..658dfd2ef06 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -10,7 +10,7 @@ bootstrap_dirs := \
System \
$(MONO_CSHARP_DEBUGGER)
-basic_SUBDIRS := corlib System
+basic_SUBDIRS := corlib System System.XML System
net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) Mono.Security
net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
@@ -102,7 +102,7 @@ DISTFILES = \
all-local $(STD_TARGETS:=-local):
@:
-basic_files = mcs.exe mscorlib.dll System.dll
+basic_files = mcs.exe mscorlib.dll System.dll System.Xml.dll
DIST_PROFILE_DIRS = basic net_1_1_bootstrap default net_2_0_bootstrap net_2_0