Merge pull request #1325 from madrang/CryptoToolsCtorCheck
[mono.git] / mcs / class / Mono.ServiceModel.IdentitySelectors / Makefile
1 thisdir = class/Mono.ServiceModel.IdentitySelectors
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 RESOURCE_FILES = \
6                 resources/schemas-xmlsoap-or-ws-2005-05-identity.rnc
7
8 LIBRARY = Mono.ServiceModel.IdentitySelectors.dll
9 LIB_REFS = System System.Xml System.Configuration System.Security System.Transactions System.Web System.Web.Services Mono.Security
10 LIB_MCS_FLAGS = \
11                 /nowarn:414,169,67,3005,436 \
12                 /unsafe \
13                 $(RESOURCE_FILES:%=/resource:%)
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 TEST_EXT_RESOURCES = \
18                 Test/resources/managed.xml \
19                 Test/resources/rupert.crds \
20                 Test/resources/rupert.xml
21
22 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXT_REOURCES)
23
24 # This is a WinFX only assembly
25 VALID_PROFILE := $(filter net_3_0, $(PROFILE))
26 ifndef VALID_PROFILE
27 LIBRARY_NAME = dummy-Mono.ServiceModel.IdentitySelectors.dll
28 NO_INSTALL = yes
29 NO_SIGN_ASSEMBLY = yes
30 NO_TEST = yes
31 endif
32
33 include ../../build/library.make