[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.Runtime.Serialization / Makefile
index 21d8e716a39187f157f2511d834a5d5f4bf9add5..19894c49fd901c0240648f0a428c0fefeb6e6bcc 100644 (file)
@@ -27,8 +27,8 @@ TEST_RESOURCE_FILES = \
        Test/Resources/WSDL/collections.wsdl    \
        Test/Resources/WSDL/custom-collections.wsdl
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.ServiceModel.dll /r:System.Web.Services.dll \
-       $(TEST_RESOURCE_FILES:%=/resource:%)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) $(TEST_RESOURCE_FILES:%=/resource:%)
+TEST_LIB_REFS = System.ServiceModel System.Web.Services
 
 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_RESOURCE_FILES) \
        Test/Resources/FrameworkTypes/* \