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 Gual <lluis@xamarin.com>2014-06-04 20:47:32 +0400
committerLluis Sanchez Gual <lluis@xamarin.com>2014-06-04 21:14:46 +0400
commitd60a13af675e68705083ec78861ea7ec0d9a9a7b (patch)
treeafeba355cd4fbb1ee134595d9ea136237e5d6fb0 /main/configure.in
parentf6ee1d2cf8d4e8656bc8199c8620eef4e3dc6f7c (diff)
Move the gdb debugger to the main solution
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/configure.in b/main/configure.in
index bb761c1b03..94e9d58d08 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -215,7 +215,7 @@ fi
AM_CONDITIONAL(ENABLE_MACPLATFORM, [test x$enable_macplatform = xyes])
-# Mac bundle
+# Mac bundle
AC_ARG_ENABLE(macbundle,
AC_HELP_STRING([--enable-macbundle],
[enable Mac bundle packaging [default=no]]),
@@ -335,6 +335,7 @@ src/addins/MonoDevelop.SourceEditor2/Makefile
src/addins/MonoDevelop.XmlEditor/Makefile
src/addins/MonoDevelop.Refactoring/Makefile
src/addins/MonoDevelop.Debugger/Makefile
+src/addins/MonoDevelop.Debugger.Gdb/Makefile
src/addins/MonoDevelop.Debugger.Soft/Makefile
src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile
src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile