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.Serialization.Formatters.Soap/Makefile')
-rw-r--r--mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile b/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile
index 135d3e8221c..fdc8a6f5a6a 100644
--- a/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile
+++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/Makefile
@@ -5,6 +5,7 @@ include ../../build/rules.make
# bet you can't say this ten times fast
LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
+LIB_REFS = System.Xml
LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169