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.Runtime.Remoting/Makefile')
-rw-r--r--mcs/class/System.Runtime.Remoting/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Remoting/Makefile b/mcs/class/System.Runtime.Remoting/Makefile
index df85e04c17c..c09e2596f74 100644
--- a/mcs/class/System.Runtime.Remoting/Makefile
+++ b/mcs/class/System.Runtime.Remoting/Makefile
@@ -4,6 +4,7 @@ include ../../build/rules.make
LIBRARY = System.Runtime.Remoting.dll
+LIB_REFS = System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
/r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll