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:
authorLluis Sanchez <lluis@novell.com>2009-06-02 19:44:11 +0400
committerLluis Sanchez <lluis@novell.com>2009-06-02 19:44:11 +0400
commitc1e60d72af64ea904b2f66fa27840766b3f775b0 (patch)
treef84ef51c2a8b95abcf3dcb38133fadccb0f05118 /main/src/addins/Makefile.am
parent094a23b9117a35917c4c20ce8121961107e450cb (diff)
* Makefile.am: Fix build order. Version control now depends on the
source editor. svn path=/trunk/monodevelop/; revision=135208
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 182e3ff877..e3272c15cb 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -11,13 +11,13 @@ SUBDIRS = \
ILAsmBinding \
NUnit \
MonoDeveloperExtensions \
+ MonoDevelop.SourceEditor2 \
VersionControl \
VBNetBinding \
prj2make-sharp-lib \
WelcomePage \
ChangeLogAddIn \
MonoDevelop.GtkCore \
- MonoDevelop.SourceEditor2 \
MonoDevelop.XmlEditor \
AspNetAddIn \
MonoDevelop.WebReferences \