X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FMakefile;h=b652da47cda8ce0316659469db3c649173e6fd63;hb=161d8652ab4b98ca5201a02b6bacc1e4148345af;hp=a97bfdad2c3cbf399c701f645bdb061d5af1e83c;hpb=af90548a08ef5effc93b083b7eec44daa178b141;p=mono.git diff --git a/mcs/class/System.Web.Services/Makefile b/mcs/class/System.Web.Services/Makefile index a97bfdad2c3..b652da47cda 100644 --- a/mcs/class/System.Web.Services/Makefile +++ b/mcs/class/System.Web.Services/Makefile @@ -11,10 +11,11 @@ LIB_MCS_FLAGS = \ -r:System.Xml.dll \ -r:System.Web.dll -ifeq (net_2_0, $(PROFILE)) +ifneq (1, $(FRAMEWORK_VERSION_MAJOR)) LIB_MCS_FLAGS += \ -r:System.Configuration.dll \ -resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd \ + -resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd \ -resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd endif @@ -23,7 +24,8 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 EXTRA_DISTFILES = \ System.Web.Services.Description/web-reference.xsd \ System.Web.Services.Description/wsdl-1.1.xsd \ + System.Web.Services.Description/wsdl-1.1-soap.xsd \ System.Web.Services.Description/wsdl.genxs \ - Test/System.Web.Services.Description/test.wsdl + Test/System.Web.Services.Description/*.wsdl include ../../build/library.make