Add monotouch_*_runtime profiles for watchOS and tvOS.
[mono.git] / runtime / Makefile.am
index 5c1cb7cee5eb79460fcd343ab05c4ab09adfe674..3e9251af29e941e13deebecaa275ca3e87c50f2c 100644 (file)
@@ -37,7 +37,15 @@ build_profiles += monodroid
 endif
 
 if INSTALL_MONOTOUCH
-build_profiles += monotouch monotouch_runtime monotouch_watch
+build_profiles += monotouch monotouch_runtime
+endif
+
+if INSTALL_MONOTOUCH_WATCH
+build_profiles += monotouch_watch monotouch_watch_runtime
+endif
+
+if INSTALL_MONOTOUCH_TV
+build_profiles += monotouch_tv monotouch_tv_runtime
 endif
 
 if INSTALL_XAMMAC