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:
authorMiguel de Icaza <miguel@gnome.org>2007-07-06 20:13:20 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-07-06 20:13:20 +0400
commit2ecd3ccdb34446731bdc8f09409888edaded827a (patch)
tree5255ac73091be1ea02ba0469037654339964f88a /runtime
parent84969ab41912eacb953c6b5867b54d6ad900a326 (diff)
Add support for building 2.1 as well
svn path=/trunk/mono/; revision=81490
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 439688e79f4..ceccf4e4508 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -19,7 +19,11 @@ $(symlinks):
SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
if INSTALL_2_0
+if INSTALL_2_1
+build_profiles = default net_2_0 net_2_1
+else
build_profiles = default net_2_0
+endif
else
build_profiles = default
endif