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:
authorMike Krüger <mkrueger@novell.com>2011-06-16 21:38:12 +0400
committerMike Krüger <mkrueger@novell.com>2011-06-17 17:04:21 +0400
commitd4774f64c914d9095337eda170d2041143d4fd01 (patch)
tree2f0822f6f64a4a4e3136757466703587f3c5f442 /main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am
parent184813b585fbff7570daa2a0a2cd76aa72ad0618 (diff)
Started type system conversion.
Diffstat (limited to 'main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am')
-rw-r--r--main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am b/main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am
index 69a540e493..9de563a6a4 100644
--- a/main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am
+++ b/main/src/addins/VersionControl/MonoDevelop.VersionControl/Makefile.am
@@ -75,6 +75,7 @@ DEPS = \
$(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
$(top_builddir)/build/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll \
$(top_builddir)/build/AddIns/MonoDevelop.SourceEditor2.dll \
+ $(top_builddir)/build/bin/ICSharpCode.NRefactory.dll \
$(top_builddir)/build/bin/Mono.Debugging.dll \
$(top_builddir)/build/bin/Mono.TextEditor.dll \
$(top_builddir)/build/bin/MonoDevelop.Core.dll \