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:32:06 +0400
committerLluis Sanchez <lluis@novell.com>2008-05-13 16:32:06 +0400
commit28cca90dcb56feb51aea79026d5da4b896d3a73d (patch)
tree47b38fa7a67802bd24889d05aab5c50b42767b96 /main/src/addins/MonoDevelop.Debugger/Makefile.am
parent28479f8c0d18616a5efd189fd9ffa323fc2f8bdc (diff)
* Makefile.am: Fix dll path.
svn path=/trunk/monodevelop/; revision=103072
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/Makefile.am')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/Makefile.am b/main/src/addins/MonoDevelop.Debugger/Makefile.am
index 670f1d28c4..75df717fbc 100644
--- a/main/src/addins/MonoDevelop.Debugger/Makefile.am
+++ b/main/src/addins/MonoDevelop.Debugger/Makefile.am
@@ -5,7 +5,7 @@ ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.dll
REFS = \
$(GLIB_SHARP_LIBS) \
$(GTK_SHARP_LIBS) \
- -r:../../../../build/bin/Mono.Debugging.dll \
+ -r:../../../build/bin/Mono.Debugging.dll \
-r:../../../build/bin/MonoDevelop.Core.dll \
-r:../../../build/bin/MonoDevelop.Core.Gui.dll \
-r:../../../build/bin/MonoDevelop.Ide.dll \