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:
Diffstat (limited to 'mcs/class/System.Web/makefile')
-rw-r--r--mcs/class/System.Web/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Web/makefile b/mcs/class/System.Web/makefile
index 82108bbf501..ee3408834f3 100644
--- a/mcs/class/System.Web/makefile
+++ b/mcs/class/System.Web/makefile
@@ -9,7 +9,8 @@ LIB_MCS_FLAGS = \
/r:System.dll \
/r:System.Drawing.dll \
/r:System.Data.dll \
- /r:System.Xml.dll
+ /r:System.Xml.dll \
+ /r:System.EnterpriseServices.dll
NO_TEST = yes
include ../../build/library.make