[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index 76d3270616d3b94427d798d02bc23435b0124bfe..7a673f01fa3b3245627fb9114f3f97446c6ca515 100644 (file)
@@ -6,8 +6,10 @@ include ../../build/rules.make
 
 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
 LIB_REFS = System.Xml
-LIB_MCS_FLAGS = /r:$(corlib)
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.dll -nowarn:0618 -nowarn:219 -nowarn:169
+LIB_MCS_FLAGS =
+
+TEST_LIB_REFS = System
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \
        README          \