Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2011-03-16 03:22:16 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2011-03-16 03:22:16 +0300
commit75545bdb27250f20e751e73ce64be0416e076457 (patch)
treee3fef5de6046eb48bda8637cf1dd2b7d0e3c3f32 /main/build
parentc5602b36045c15ccc42b19cb01320835a5a281e1 (diff)
[Mac] Remove MonoDroid and MonoMac from the Mac bundle
They should be shipped separately via the addin repositories.
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index cf919f7995..fbb6b1f69a 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -100,7 +100,7 @@ MonoDevelop.app:
@echo "Copying supported extras into app bundle"
@echo ""
- for ADDIN in MonoDevelop.IPhone MonoDevelop.MonoMac MonoDevelop.Database MonoDevelop.MonoDroid; do \
+ for ADDIN in MonoDevelop.IPhone MonoDevelop.Database; do \
(ls $(EXTRAS)/$${ADDIN}/build/* > /dev/null 2>&1 && \
echo "Copying $${ADDIN}" && \
mkdir -p $(MAC_APP_LIB_DIR)/AddIns/$${ADDIN} && \