New test.
[mono.git] / mcs / class / System.Web.Services / Makefile
1 thisdir = class/System.Web.Services
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Services.dll
6 LIB_MCS_FLAGS = \
7         -nowarn:649 -nowarn:169                 \
8         -r:$(corlib)                            \
9         -r:System.dll                           \
10         -r:System.EnterpriseServices.dll        \
11         -r:System.Xml.dll                       \
12         -r:System.Web.dll
13
14 ifeq (net_2_0, $(PROFILE))
15 LIB_MCS_FLAGS += -r:System.Configuration.dll
16 endif
17
18 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
19
20 EXTRA_DISTFILES = Test/System.Web.Services.Description/test.wsdl
21
22 include ../../build/library.make