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>2009-11-10 01:18:53 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-11-10 01:18:53 +0300
commit86a567c81092cadcc315ece20435f4f08a5c8c57 (patch)
treefbd9f40cf8cb79667838bb49b1b04715f0f4e321 /main/src/addins/Makefile.am
parentcd82528c282327c04e6cc62d7c1a61689a7ac203 (diff)
Fix deps ordering
svn path=/trunk/monodevelop/; revision=145778
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index a706ddda40..6576c5f397 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -18,7 +18,6 @@ SUBDIRS = \
VBNetBinding \
prj2make-sharp-lib \
WelcomePage \
- MonoDevelop.Debugger.Soft \
MonoDevelop.GtkCore \
ChangeLogAddIn \
MonoDevelop.XmlEditor \
@@ -30,4 +29,5 @@ SUBDIRS = \
MonoDevelop.AssemblyBrowser \
MonoDevelop.Moonlight \
MonoDevelop.CodeMetrics \
- WindowsPlatform
+ MonoDevelop.Debugger.Soft \
+ WindowsPlatform