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-14 01:39:33 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2008-03-14 01:39:33 +0300
commitf2fdeef7ffd096a72b449e301fd5ac43a19be85a (patch)
treed0af6d86221d550b59ebc93b48110d330d5fb244 /main/src/addins/Makefile.am
parentfa6046e18bb0185561e80b0fd9d7c2730418e5de (diff)
* src/addins/MonoDevelop.SourceEditor/MonoDevelop.SourceEditor.mdp:
Update references. * src/addins/Makefile.am: Hook XmlEditor into default build. svn path=/trunk/monodevelop/; revision=98221
Diffstat (limited to 'main/src/addins/Makefile.am')
-rw-r--r--main/src/addins/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 78ed10d156..928e2a162b 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -1,9 +1,7 @@
-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 MonoDevelop.CodeMetrics WindowsPlatform
+SUBDIRS = 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 MonoDevelop.CodeMetrics WindowsPlatform MonoDevelop.XmlEditor
if ENABLE_GTKSOURCEVIEW2
-SUBDIRS = $(DEFAULTSUBDIRS) MonoDevelop.SourceEditor MonoDevelop.XmlEditor
-else
-SUBDIRS = $(DEFAULTSUBDIRS)
+SUBDIRS = $(DEFAULTSUBDIRS) MonoDevelop.SourceEditor
endif