[corlib] Fixes security tests failures
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index 5f89b183b46c45133739489ccb0bf4c84b0e940d..76d3270616d3b94427d798d02bc23435b0124bfe 100644 (file)
@@ -5,13 +5,13 @@ 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
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+LIB_REFS = System.Xml
+LIB_MCS_FLAGS = /r:$(corlib)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.dll -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \
        README          \
        Sample.txt      \
-       Soap.cmbx       \
        Test/Test.cmbx  \
        Test/Test.prjx