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-11-16 21:30:55 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-11-17 14:51:39 +0300
commit932bfeda562b86ee5945b345a8f0b138198b79ab (patch)
tree52a5104f3e3b573c85f5f848cab837404077a1cc /runtime
parent3fd03bf76389caa1ad3a8ad1c26a875e0527e79e (diff)
Add monotouch_*_runtime profiles for watchOS and tvOS.
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 f2e02e28cbc..3e9251af29e 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -41,11 +41,11 @@ build_profiles += monotouch monotouch_runtime
endif
if INSTALL_MONOTOUCH_WATCH
-build_profiles += monotouch_watch
+build_profiles += monotouch_watch monotouch_watch_runtime
endif
if INSTALL_MONOTOUCH_TV
-build_profiles += monotouch_tv
+build_profiles += monotouch_tv monotouch_tv_runtime
endif
if INSTALL_XAMMAC