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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-18 21:09:13 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-25 14:28:11 +0300
commit97f919f7b763beb9f9d7f4545adf236b311be7e5 (patch)
tree287086bf0f24ebab664a9378e4cd6baab7e3843c /runtime
parent772ba35faa373780f47c0be1a971873460973f15 (diff)
Add a monotouch_watch 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 f3b3893d1be..8f9d7470e0f 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -37,7 +37,7 @@ build_profiles += monodroid
endif
if INSTALL_MONOTOUCH
-build_profiles += monotouch monotouch_runtime
+build_profiles += monotouch monotouch_runtime monotouch_watch
endif
if INSTALL_XAMMAC