New test.
[mono.git] / mcs / class / System.Security / Makefile
1 thisdir = class/System.Security
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Security.dll
6 LIB_MCS_FLAGS = -nowarn:618 \
7         -r:$(corlib) -r:System.dll -r:System.Xml.dll \
8         -debug+
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595
11
12 ifeq (net_2_0,$(PROFILE))
13 LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
14 TEST_MCS_FLAGS += -nowarn:168,183,414
15 endif
16
17 EXTRA_DISTFILES = \
18         Test/System.Security.Cryptography.Xml/sample.pfx \
19         Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
20         Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
21         Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml
22
23 include ../../build/library.make