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:
authorMarek Habersack <grendel@twistedcode.net>2007-03-16 00:14:30 +0300
committerMarek Habersack <grendel@twistedcode.net>2007-03-16 00:14:30 +0300
commita8d90ad723014ebc7df16b3c5334462b00db5438 (patch)
tree63300afbb46c3d67e982161c65acc5b9ea45a73e /runtime
parente6a25b01af86fd8bd42377b6dd59dbd724d61fb7 (diff)
2007-03-15 Marek Habersack <grendello@gmail.com>
* runtime/Makefile.am: add browscap.ini to symlinks * configure.in: make sure browscap.ini is symlinked to from runtime/etc/ so that no web tests that depend on the file's presence fail. svn path=/trunk/mono/; revision=74424
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 8a2fd655088..62f25742be2 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -6,11 +6,12 @@ tmpinst = _tmpinst
noinst_SCRIPTS = mono-wrapper monodis-wrapper semdel-wrapper
etctmp = etc
-symlinks = etc/mono/1.0/machine.config etc/mono/2.0/machine.config etc/mono/2.0/web.config
+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/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
$(symlinks):
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@