Fix xtest gensources invocation
[mono-project.git] / mcs / class / Mono.ServiceModel.IdentitySelectors / Makefile
bloba0d7a20f575896074f8f202f8e9903d7810bfe4d
1 thisdir = class/Mono.ServiceModel.IdentitySelectors
2 SUBDIRS =
3 include ../../build/rules.make
5 RESOURCE_FILES = \
6 resources/schemas-xmlsoap-or-ws-2005-05-identity.rnc
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 KEYFILE = ../mono.pub
11 LIB_MCS_FLAGS = \
12 /nowarn:414,169,67,3005,436 \
13 /unsafe \
14 $(RESOURCE_FILES:%=/resource:%)
16 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
18 TEST_EXT_RESOURCES = \
19 Test/resources/managed.xml \
20 Test/resources/rupert.crds \
21 Test/resources/rupert.xml
23 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXT_REOURCES)
25 # This is a WinFX only assembly
26 VALID_PROFILE := $(filter net_3_0, $(PROFILE))
27 ifndef VALID_PROFILE
28 LIBRARY_NAME = dummy-Mono.ServiceModel.IdentitySelectors.dll
29 NO_INSTALL = yes
30 NO_SIGN_ASSEMBLY = yes
31 NO_TEST = yes
32 endif
34 include ../../build/library.make