Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / System.Security / Makefile
index 13da5a067e3bbbb0ec81dadf29cbd1fc5bd6e5f8..5c009acb56608c1d391e86faea97071af7e3f33e 100644 (file)
@@ -3,16 +3,14 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Security.dll
+LIB_REFS = secxml/System bare/System.Xml Mono.Security
 LIB_MCS_FLAGS = -nowarn:618 \
        -d:SECURITY_DEP \
-       -r:$(corlib) -r:System.dll -r:System.Xml.dll \
-       -r:Mono.Security.dll -nowarn:414
+       -nowarn:414
 
-LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
+LOCAL_MCS_FLAGS =
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414,1595
-
-VALID_PROFILE := $(filter moonlight_raw net_4_5, $(PROFILE))
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
 
 EXTRA_DISTFILES = \
        Test/System.Security.Cryptography.Xml/sample.pfx \