Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index 135d3e8221cc8c48b7d8eed7ff713da98b5e90ff..7a673f01fa3b3245627fb9114f3f97446c6ca515 100644 (file)
@@ -5,7 +5,10 @@ include ../../build/rules.make
 # bet you can't say this ten times fast
 
 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll
+LIB_REFS = System.Xml
+LIB_MCS_FLAGS =
+
+TEST_LIB_REFS = System
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \