[Monodevelop-patches-list] r2713 - trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn
John Luke <jluke@cfl.rr.com>
jluke at mono-cvs.ximian.com
Sun Aug 7 16:42:19 EDT 2005
Author: jluke
Date: 2005-08-07 16:42:19 -0400 (Sun, 07 Aug 2005)
New Revision: 2713
Modified:
trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog
trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am
Log:
add DebuggerPaths.cs.in to EXTRA_DIST
fixes bug 75765
Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog 2005-08-07 18:07:30 UTC (rev 2712)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/ChangeLog 2005-08-07 20:42:19 UTC (rev 2713)
@@ -1,3 +1,8 @@
+2005-08-06 John Luke <john.luke at gmail.com>
+
+ * Makefile.am: add DebuggerPaths.cs.in to EXTRA_DIST
+ fixes bug #75675
+
2005-07-27 Lluis Sanchez Gual <lluis at novell.com>
* DebuggingService.cs: Use the new IConsole parameter to write the
Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am 2005-08-07 18:07:30 UTC (rev 2712)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am 2005-08-07 20:42:19 UTC (rev 2713)
@@ -21,7 +21,7 @@
Gui/Pads/ThreadPad.cs
-EXTRA_DIST = $(FILES) $(ADDIN)
+EXTRA_DIST = $(FILES) $(ADDIN) DebuggerPaths.cs.in
if ENABLE_DEBUGGER
More information about the Monodevelop-patches-list
mailing list