Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2009-07-24 20:49:29 +0400
committerJb Evain <jbevain@gmail.com>2009-07-24 20:49:29 +0400
commita253f07c6659a498db901847226427f0061763bb (patch)
tree5f1e3fdf6f52e813844a3765a61d148c946ebc91 /runtime
parentec57a82f1361832092ecf7bb2746420b9e024f22 (diff)
2009-07-24 Jb Evain <jbevain@novell.com>
* configure.in * runtime/Makefile.am * data/Makefile.am: create a and populate a configuration folder for the net_4_0 profile. svn path=/trunk/mono/; revision=138645
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index ea579950ea2..85db5c47a56 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -8,11 +8,17 @@ noinst_SCRIPTS = mono-wrapper monodis-wrapper
etctmp = etc
symlinks = etc/mono/1.0/machine.config etc/mono/2.0/machine.config etc/mono/2.0/web.config etc/mono/browscap.ini etc/mono/2.0/Browsers/Compat.browser
+if INSTALL_4_0
+symlinks += etc/mono/4.0/machine.config etc/mono/4.0/web.config
+endif
+
etc/mono/1.0/machine.config: $(top_srcdir)/data/net_1_1/machine.config
etc/mono/2.0/machine.config: $(top_srcdir)/data/net_2_0/machine.config
etc/mono/2.0/web.config: $(top_srcdir)/data/net_2_0/web.config
etc/mono/browscap.ini: $(top_srcdir)/data/browscap.ini
etc/mono/2.0/Browsers/Compat.browser: $(top_srcdir)/data/net_2_0/Browsers/Compat.browser
+etc/mono/4.0/machine.config: $(top_srcdir)/data/net_4_0/machine.config
+etc/mono/4.0/web.config: $(top_srcdir)/data/net_4_0/web.config
$(symlinks):
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@