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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-17 13:25:19 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-25 14:27:20 +0300
commita9d8378eb4ff5aab2d6b31e355f8ad543450bcad (patch)
tree66e629706cfb49ca2ce3a791a7300ae57e7ade32 /Makefile.am
parentff73b91019ffcc67596a33bb05f7ed7c5acd15c6 (diff)
Remove --with-[monotouch|xammac]=only from configure.
The Xamarin.iOS and Xamarin.Mac builds don't use these options, so remove them to reduce unnecessary complexity.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 68269d7e917..19f0cfbd799 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,19 +10,11 @@ SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scr
## 'tools' is not normally built
DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs
else
-if ONLY_MONOTOUCH
-SUBDIRS = $(MONOTOUCH_SUBDIRS) runtime
-else
-if ONLY_XAMMAC
-SUBDIRS = $(libgc_dir) eglib/src mono runtime
-else
SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir)
# Keep in sync with SUBDIRS
## 'tools' is not normally built
DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs
endif
-endif
-endif
all: update_submodules