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>2012-10-22 13:01:44 +0400
committerMarek Safar <marek.safar@gmail.com>2012-10-22 16:19:35 +0400
commite19918b1626ab30bef0330cc8bb85459efcae922 (patch)
tree55b5caa5d75416877c6cabb8d471eb97841ef31e /runtime
parent452fcbb7d9566a543808370693d0b14c2468af43 (diff)
Add monotouch runtime 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 9d001cea4fa..cd71355c9d8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -75,7 +75,7 @@ build_profiles += monodroid
endif
if INSTALL_MONOTOUCH
-build_profiles += monotouch
+build_profiles += monotouch monotouch_runtime
endif
test_profiles = $(build_profiles)