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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-01 02:36:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-01 04:42:10 +0300
commitd827987af77ac939de4b2a3d2af4ae288e5907e1 (patch)
tree51019686d8ee9c2b1cacb9b0737aa056bb793ff1 /runtime
parent82a1747f86832f9910decb78dad3197ba8a7b8e2 (diff)
Expose mobile_static profile in configure.ac
Pass --with-mobile_static to enable it.
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 3e9251af29e..7fdb42da30f 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_MOBILE_STATIC
+build_profiles += mobile_static
+endif
+
if INSTALL_XAMMAC
build_profiles += xammac xammac_net_4_5
endif