2006-09-22 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / Makefile
index 805830fd0f3c2d2dfc23eb847f33e6c3c2567564..4a5122aaf2170f5fc21d2f3ae7a7685a78dc7881 100644 (file)
@@ -7,10 +7,17 @@ LIB_MCS_FLAGS = -nowarn:618 \
        -r:$(corlib) -r:System.dll -r:System.Xml.dll \
        -debug+
 
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595
+
 ifeq (net_2_0,$(PROFILE))
-LIB_MCS_FLAGS += -r:Mono.Security.dll
+LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
+TEST_MCS_FLAGS += -nowarn:168,183,414
 endif
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,1595
+EXTRA_DISTFILES = \
+       Test/System.Security.Cryptography.Xml/sample.pfx \
+       Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
+       Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
+       Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml
 
 include ../../build/library.make