Merge pull request #1325 from madrang/CryptoToolsCtorCheck
[mono.git] / mcs / class / Mono.ServiceModel.IdentitySelectors / Makefile
index 3930805dd3ba902466348b404fb11abe8b8ca1b4..42f1432b07bb825c527f1d5488d6caaf0c6fd725 100644 (file)
@@ -10,18 +10,6 @@ LIB_REFS = System System.Xml System.Configuration System.Security System.Transac
 LIB_MCS_FLAGS = \
                /nowarn:414,169,67,3005,436 \
                /unsafe \
-               /r:System.dll \
-               /r:System.Xml.dll \
-               /r:System.Configuration.dll \
-               /r:../lib/net_3_0/System.Runtime.Serialization.dll \
-               /r:System.Security.dll \
-               /r:../lib/net_3_0/System.IdentityModel.dll \
-               /r:../lib/net_3_0/System.IdentityModel.Selectors.dll \
-               /r:../lib/net_3_0/System.ServiceModel.dll \
-               /r:System.Transactions.dll \
-               /r:System.Web.dll \
-               /r:System.Web.Services.dll \
-               /r:Mono.Security.dll \
                $(RESOURCE_FILES:%=/resource:%)
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)