[jit] Fix target_type_is_incompatible to type check byref enums correctly.
[mono.git] / runtime / Makefile.am
index f72e5934198cd5fa58cbfae02c5b25abb2f80f29..3e9251af29e941e13deebecaa275ca3e87c50f2c 100644 (file)
@@ -41,7 +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 monotouch_tv_runtime
 endif
 
 if INSTALL_XAMMAC