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 Safar <marek.safar@gmail.com>2010-12-29 20:03:17 +0300
committerMarek Safar <marek.safar@gmail.com>2010-12-29 20:03:17 +0300
commitf71ceb0e0ec950452c530bcac520163e27d8f4c4 (patch)
tree3b2baabea6aac11a0f0ee0ac1617b0ca04e0e6c2 /mcs/class/SystemWebTestShim
parente35b0995a675ffa3be8f8e040dd88777fc299a69 (diff)
Add few more missing references
Diffstat (limited to 'mcs/class/SystemWebTestShim')
-rw-r--r--mcs/class/SystemWebTestShim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/SystemWebTestShim/Makefile b/mcs/class/SystemWebTestShim/Makefile
index 823b6e0c65f..6b604f7fd11 100644
--- a/mcs/class/SystemWebTestShim/Makefile
+++ b/mcs/class/SystemWebTestShim/Makefile
@@ -3,7 +3,7 @@ include ../../build/rules.make
LIBRARY = SystemWebTestShim.dll
-LIB_MCS_FLAGS = -r:System.Web.dll
+LIB_MCS_FLAGS = -r:System.Web.dll -r:System.dll
NO_INSTALL = yes
NO_SIGN_ASSEMBLY = yes