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>2008-11-26 01:17:40 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2008-11-26 01:17:40 +0300
commit3e4324b86b2f7b4e28e67a9465b7208eaa84421b (patch)
tree29d8477a4f6f4481e673505fd6bb1019923cb9c7 /main/src/addins/Makefile.am
parente3a2838df0ff8aee8e10198452361bb2966e31f5 (diff)
parent800d34639ec496766528a57723de9cfa3ed311a7 (diff)
In main:
2008-11-25 Michael Hutchinson <mhutchinson@novell.com> * main/src/addins/MonoDevelop.SourceEditor * src/addins/Addins.mds: * src/addins/Makefile.am: * configure.in: Remove GtkSourceView-based editor from main. It's moved to extras, since it doesn't build right now, and doesn't offer anything more than the default editor. In main/src/addins/MonoDevelop.SourceEditor: In extras: 2008-11-25 Michael Hutchinson <mhutchinson@novell.com> * GtkSourceViewEditor: Moved from main. Doesn't build right now so not hooked into build system. svn path=/trunk/monodevelop/; revision=120018
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 9a0d7a5bb3..cecaa02c91 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -28,8 +28,3 @@ SUBDIRS = \
MonoDevelop.Moonlight \
MonoDevelop.CodeMetrics \
WindowsPlatform
-
-if ENABLE_GTKSOURCEVIEW2
-SUBDIRS += MonoDevelop.SourceEditor
-endif
-