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>2006-07-21 19:53:44 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2006-07-21 19:53:44 +0400
commit94466e68bd62868b948a2bf85851e47e1623cc93 (patch)
treec18f40bf31626975ead27452823dd7515d3ed938 /configure.in
parent840415f9c4e7be7e56765a234db333ba908dd88e (diff)
2006-07-21 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Extras/Makefile.am: * Extras/Extras.mds: * Makefile.am: * configure.in: Add MonoDevelop.DesignerSupport to the build. svn path=/trunk/monodevelop/; revision=62869
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3b734a6995..f81480ff44 100644
--- a/configure.in
+++ b/configure.in
@@ -200,6 +200,7 @@ if test "x$enable_aspnet" = "xyes"; then
fi
AM_CONDITIONAL(ENABLE_ASPNET, test x$enable_aspnet = xyes)
+AM_CONDITIONAL(ENABLE_DESIGNERSUPP, test x$enable_aspnet = xyes)
MOZILLA_HOME="`$PKG_CONFIG --variable=libdir mozilla-gtkmozembed`"
@@ -306,6 +307,7 @@ Extras/ChangeLogAddIn/Makefile
Extras/MonoDevelop.GtkCore/Makefile
Extras/AspNetAddIn/Makefile
Extras/MonoDevelop.Autotools/Makefile
+Extras/MonoDevelop.DesignerSupport/Makefile
Makefile
monodevelop
mdtool