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:
authorMarek Safar <marek.safar@gmail.com>2007-12-03 20:42:10 +0300
committerMarek Safar <marek.safar@gmail.com>2007-12-03 20:42:10 +0300
commitd54f0768b2de8fbc6cfdfce70d515c80ea5cf8c3 (patch)
treec269f2ba02d7fe372b7396a3571ee03c75be2f36 /runtime
parent2c71034cb533f539e5bf1207b53084669b362fcf (diff)
Add 3.5 profile to build
svn path=/trunk/mono/; revision=90565
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 779787b3ce3..9bf4b0a1cf1 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -20,9 +20,9 @@ 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
+build_profiles = default net_2_0 net_3_5 net_2_1
else
-build_profiles = default net_2_0
+build_profiles = default net_2_0 net_3_5
endif
else
build_profiles = default