[profiles] Fix MOBILE assemblies and tests compilation + Rename MOBILE to AOT_HYBRID
[mono.git] / runtime / Makefile.am
index 9ca318346557b586ab6b35914619cfa8fbe249dc..3234eb2099a60e234edf87a5a60f556fecef8c48 100644 (file)
@@ -48,6 +48,10 @@ if INSTALL_MONOTOUCH_TV
 build_profiles += monotouch_tv monotouch_tv_runtime
 endif
 
+if INSTALL_AOT_HYBRID
+build_profiles += aot_hybrid
+endif
+
 if INSTALL_MOBILE_STATIC
 build_profiles += mobile_static
 endif