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:
authorJb Evain <jbevain@gmail.com>2009-07-21 20:04:23 +0400
committerJb Evain <jbevain@gmail.com>2009-07-21 20:04:23 +0400
commit6b1e82620906f82e1fca4362bd611547a04a9f1f (patch)
treee3dff6f15290fc1897a3234326d7ef05d25c176b /runtime
parentca2b85012266d4ca8f0195da8c8a19ea8970e3bb (diff)
2009-07-21 Jb Evain <jbevain@novell.com>
* configure.in: add a --with-monotouch option. * runtime/Makefile.am: use it to trigger the mcs monotouch build. svn path=/trunk/mono/; revision=138308
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 412dac83cc7..ea579950ea2 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -37,6 +37,10 @@ build_profiles += net_2_1_raw
test_profiles += net_2_1_raw
endif
+if INSTALL_MONOTOUCH
+build_profiles += monotouch
+endif
+
if BUILD_MCS
# The write check is to foil 'make distcheck'