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-07-31 19:03:31 +0400
committerLluis Sanchez <lluis@novell.com>2009-07-31 19:03:31 +0400
commitc5cccbe296571c15fb1d26315a0a0b538a79d456 (patch)
treee2f0913b3bee6e800004419bc82b47e25b66973d /main/src/addins/Makefile.am
parentb0b5bb2b8014695d5fb7c0224be09b6ff9aa798d (diff)
* Makefile.am: Fix build order.
svn path=/trunk/monodevelop/; revision=139186
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 8de306fa9e..e65764e1e2 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -5,6 +5,7 @@ SUBDIRS = \
MonoDevelop.DesignerSupport \
MonoDevelop.Debugger \
Deployment \
+ VersionControl/Diff \
MonoDevelop.Refactoring \
MonoDevelop.SourceEditor2 \
VersionControl \