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:
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 9ca31834655..3234eb2099a 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -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