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.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index c7ec45b3978..9e8160baea9 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -28,6 +28,9 @@ SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
if ONLY_MONOTOUCH
build_profiles = monotouch
else
+if ONLY_XAMMAC
+build_profiles = xammac
+else
build_profiles =
if INSTALL_2_0
@@ -53,9 +56,14 @@ if INSTALL_MONOTOUCH
build_profiles += monotouch monotouch_runtime
endif
+if INSTALL_XAMMAC
+build_profiles += xammac
+endif
+
test_profiles = $(build_profiles)
endif
+endif
if BUILD_MCS