[corlib] Fixes security tests failures
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index fdc8a6f5a6a3280526eac3ff20ea72e5f981d643..76d3270616d3b94427d798d02bc23435b0124bfe 100644 (file)
@@ -6,8 +6,8 @@ include ../../build/rules.make
 
 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
+LIB_MCS_FLAGS = /r:$(corlib)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.dll -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \
        README          \