Merge pull request #475 from pruiz/xamarin-bug-7408
[mono.git] / mcs / class / System.IdentityModel.Selectors / Makefile
1 thisdir = class/System.IdentityModel.Selectors
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.IdentityModel.Selectors.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.Runtime.Serialization.dll \
12                 /r:System.IdentityModel.dll
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 EXTRA_DISTFILES =
17
18 VALID_PROFILE := $(filter net_2_0 net_4_0 net_4_5, $(PROFILE))
19 ifndef VALID_PROFILE
20 LIBRARY_NAME = dummy-System.IdentityModel.Selectors.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 NO_TEST = yes
24 endif
25
26 include ../../build/library.make