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-03-07 00:23:54 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2008-03-07 00:23:54 +0300
commit3fb543c836f45af217c4bb5319101c75df3c938f (patch)
treeb48ea512697f96f0ee2226e76bc2ed11ccdab771 /main/src/addins/Makefile.am
parent9b25774801375aa3932c4377290e98b010ec0364 (diff)
2008-03-06 Michael Hutchinson <mhutchinson@novell.com>
* configure.in: * src/addins/Addins.mds: * src/addins/Makefile.am: Build the XmlEditor when the old SourceEditor is enabled, pending port to TextEditorExtension. Remove the GtkSourceView1-based editor from the build. svn path=/trunk/monodevelop/; revision=97632
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 5f15e6631a..7a1f308c57 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -1,13 +1,9 @@
-DEFAULTSUBDIRS = MacPlatform GnomePlatform MonoDevelop.DesignerSupport Deployment MonoDevelop.Autotools MonoDevelop.Gettext CSharpBinding ILAsmBinding NUnit MonoDeveloperExtensions VersionControl VBNetBinding prj2make-sharp-lib WelcomePage ChangeLogAddIn MonoDevelop.GtkCore AspNetAddIn MonoDevelop.WebReferences MonoDevelop.RegexToolkit CBinding MonoDevelop.AssemblyBrowser Mono.Texteditor MonoDevelop.Moonlight
+DEFAULTSUBDIRS = MacPlatform GnomePlatform MonoDevelop.DesignerSupport Deployment MonoDevelop.Autotools MonoDevelop.Gettext CSharpBinding ILAsmBinding NUnit MonoDeveloperExtensions VersionControl VBNetBinding prj2make-sharp-lib WelcomePage ChangeLogAddIn MonoDevelop.GtkCore AspNetAddIn MonoDevelop.WebReferences MonoDevelop.RegexToolkit CBinding MonoDevelop.AssemblyBrowser Mono.Texteditor MonoDevelop.Moonlight MonoDevelop.SourceEditor2
-if ENABLE_GTKSOURCEVIEW
-SUBDIRS = $(DEFAULTSUBDIRS) MonoDevelop.SourceEditor
-else
if ENABLE_GTKSOURCEVIEW2
-SUBDIRS = $(DEFAULTSUBDIRS) SourceEditor2
+SUBDIRS = $(DEFAULTSUBDIRS) MonoDevelop.SourceEditor MonoDevelop.XmlEditor
else
-SUBDIRS = $(DEFAULTSUBDIRS) MonoDevelop.SourceEditor2
-endif
+SUBDIRS = $(DEFAULTSUBDIRS)
endif