[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono.git] / mcs / class / System.IdentityModel / Makefile
1 thisdir = class/System.IdentityModel
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
6 OTHER_LIB_MCS_FLAGS = -r:System.Web.ApplicationServices.dll
7 endif
8
9 LIBRARY = System.IdentityModel.dll
10 LIB_REFS = System System.Xml System.Security System.Web System.Configuration Mono.Security System.Runtime.Serialization
11 LIB_MCS_FLAGS = \
12                 /d:NET_3_0      \
13                 $(OTHER_LIB_MCS_FLAGS)
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 EXTRA_DISTFILES = \
18         Test/Resources/test.cer \
19         Test/Resources/test_neg_serial.cer \
20         Test/Resources/test.pfx \
21         Test/Resources/test2.pfx
22
23 VALID_PROFILE := $(filter net_4_5, $(PROFILE))
24 ifndef VALID_PROFILE
25 LIBRARY_NAME = dummy-System.IdentityModel.dll
26 NO_INSTALL = yes
27 NO_SIGN_ASSEMBLY = yes
28 NO_TEST = yes
29 endif
30
31 include ../../build/library.make