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-04-02 03:20:00 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2011-04-02 03:20:00 +0400
commit2d434112484007e036c90aa4425c9a8c54dbddca (patch)
treee78f830502e73100e7fac3fe56d9405bca4dcda6 /main/build
parent4a7e0268f320d8e8eaae84e6745096edfc371456 (diff)
[Mac] Add MonoDroid addin back into app bundle
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 7ae15ab570..2e821384de 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.Database; do \
+ for ADDIN in MonoDevelop.IPhone MonoDevelop.MonoDroid MonoDevelop.Database; do \
(ls $(EXTRAS)/$${ADDIN}/build/* > /dev/null 2>&1 && \
echo "Copying $${ADDIN}" && \
mkdir -p $(MAC_APP_LIB_DIR)/AddIns/$${ADDIN} && \