* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / System.IdentityModel / Makefile
1 thisdir = class/System.IdentityModel
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.IdentityModel.dll
6 LIB_MCS_FLAGS = \
7                         /d:NET_3_0      \
8                 /r:System.dll \
9                 /r:System.Xml.dll \
10                 /r:System.Security.dll \
11                 /r:System.Web.dll \
12                 /r:Mono.Security.dll \
13                 /r:System.Runtime.Serialization.dll
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 EXTRA_DISTFILES = \
18         Test/Resources/test.cer \
19         Test/Resources/test.pfx \
20         Test/Resources/test2.pfx
21
22 VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
23 ifndef VALID_PROFILE
24 LIBRARY_NAME = dummy-System.IdentityModel.dll
25 NO_INSTALL = yes
26 NO_SIGN_ASSEMBLY = yes
27 NO_TEST = yes
28 endif
29
30 include ../../build/library.make