[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Routing / Makefile
index 5e0856dc290e4fac959975d815f379c82ac7df96..ad9a78e6a60c6f2c9a67566f26c10a6c286d2152 100644 (file)
@@ -3,9 +3,11 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.ServiceModel.Routing.dll
-LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll
+LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core
+LIB_MCS_FLAGS =
 
 ifneq (2.1, $(FRAMEWORK_VERSION))
+LIB_REFS += System.Configuration
 LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0         \
                        -r:System.Configuration.dll
 endif