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-09-11 19:09:29 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-14 11:37:09 +0300
commitd583cc703bf96efbbcbbb75f609c8bb8f954c838 (patch)
tree3723179c141383a2dafffbd15c7867f42bbb2011 /runtime
parenta427d86c1b0d850bb2db6860ce91e07545f54ebd (diff)
Add a monotouch_tv profile.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f72e5934198..f2e02e28cbc 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -44,6 +44,10 @@ if INSTALL_MONOTOUCH_WATCH
build_profiles += monotouch_watch
endif
+if INSTALL_MONOTOUCH_TV
+build_profiles += monotouch_tv
+endif
+
if INSTALL_XAMMAC
build_profiles += xammac xammac_net_4_5
endif