Add SecurityDuplexSessionChannel, and making room for duplex channel, phase 2.
[mono.git] / mcs / class / Mono.Web / Makefile
1 thisdir = class/Mono.Web
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Web.dll
6
7 NO_TEST = yes
8
9 # This is a .NET 2.0+ only assembly
10 VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
11 ifdef VALID_PROFILE
12
13 LIB_MCS_FLAGS = -r:$(corlib) \
14                 -r:System.dll \
15                 -r:System.Xml.dll \
16                 -r:System.Web.dll \
17                 -r:System.Configuration.dll
18
19 else
20 LIBRARY_NAME = dummy-Mono.Web.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 NO_TEST = yes
24 endif
25
26 include ../../build/library.make