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:
authorMichael Hutchinson <mhutchinson@novell.com>2009-02-02 00:13:43 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-02-02 00:13:43 +0300
commit11263f5e9a4c59304dc2a4e0aa370835aee260bb (patch)
tree41d6dec02c8ff0bce77440f15f99f553f876869b /main/src/addins/MonoDevelop.Debugger/Makefile.am
parent274db4196e10b668bcb5d0c1e7439c35eddebfb6 (diff)
* main/src/addins/Mono.Texteditor/Makefile.am:
* main/src/addins/MonoDevelop.Debugger/Makefile.am: * main/src/addins/MonoDevelop.SourceEditor2/Makefile.am: * main/src/addins/MonoDevelop.DesignerSupport/Makefile.am: Track changes in MD's assembly handling. Mono.Cairo is no longer considered to be a "system" assembly. svn path=/trunk/monodevelop/; revision=125284
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 9f032d650a..1a3a7e0b00 100644
--- a/main/src/addins/MonoDevelop.Debugger/Makefile.am
+++ b/main/src/addins/MonoDevelop.Debugger/Makefile.am
@@ -16,7 +16,7 @@ REFS = \
$(GLIB_SHARP_LIBS) \
$(GTK_SHARP_LIBS) \
$(MONO_ADDINS_LIBS) \
- -r:Mono.Cairo \
+ $(MONO_CAIRO_LIBS) \
-r:Mono.Posix \
-r:System \
-r:System.Core \