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>2008-05-13 16:21:35 +0400
committerLluis Sanchez <lluis@novell.com>2008-05-13 16:21:35 +0400
commitb62aa5248c8e7827c8864bc9602475789f0b1455 (patch)
tree76df5ff3bb12decb647a2145ecf0939467b7757a /main/src/core/Makefile.am
parentae4ff95c994281a98d528f83f4489c3d23ec73e5 (diff)
Moved debugger add-in into the main module, excluding all mdb-specific classes. The debugger service is now part of MD.Ide.
svn path=/trunk/monodevelop/; revision=103069
Diffstat (limited to 'main/src/core/Makefile.am')
-rw-r--r--main/src/core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/Makefile.am b/main/src/core/Makefile.am
index 75bb94e57b..23e12fe320 100644
--- a/main/src/core/Makefile.am
+++ b/main/src/core/Makefile.am
@@ -1 +1 @@
-SUBDIRS = MonoDevelop.Dock NRefactory MonoDevelop.Core MonoDevelop.Components MonoDevelop.Core.Gui MonoDevelop.Projects MonoDevelop.Documentation MonoDevelop.Projects.Gui MonoDevelop.Ide MonoDevelop.Startup
+SUBDIRS = MonoDevelop.Dock NRefactory Mono.Debugging MonoDevelop.Core MonoDevelop.Components MonoDevelop.Core.Gui MonoDevelop.Projects MonoDevelop.Documentation MonoDevelop.Projects.Gui MonoDevelop.Ide MonoDevelop.Startup