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>2011-09-23 22:37:04 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-23 22:37:04 +0400
commit3ecb5142f69c0484dc382f08eb6f5613f7395123 (patch)
tree3e98f9aa38d250af6b80ceb28872b7a9aaa360c0 /runtime
parente348cb5e2d493ac50800fb433d20ff5eee5b0b44 (diff)
Introduce separate .net 4.5 profile
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 8250332863b..59297ca6d7e 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -56,7 +56,7 @@ moon-do-clean: moon-do-moonlight-raw-clean moon-do-basic-clean
endif
if INSTALL_4_0
-build_profiles += net_4_0
+build_profiles += net_4_0 net_4_5
#test_profiles += net_4_0
endif