[build] Change the way how mcs references are passed to compiler to always use full...
[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_REFS = System System.Xml System.Security System.Configuration Mono.Security System.Runtime.Serialization
7 LIB_MCS_FLAGS = \
8                 /d:NET_3_0      \
9                 $(OTHER_LIB_MCS_FLAGS)
10
11 ifndef NO_SYSTEM_WEB_DEPENDENCY
12 LIB_REFS += System.Web
13 endif
14
15
16 ifndef NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY
17 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
18 LIB_REFS += System.Web.ApplicationServices
19 endif
20 endif
21
22 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
23
24 EXTRA_DISTFILES = \
25         Test/Resources/test.cer \
26         Test/Resources/test_neg_serial.cer \
27         Test/Resources/test.pfx \
28         Test/Resources/test2.pfx
29
30 include ../../build/library.make