* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / System.Web.Services / Makefile
index a97bfdad2c3cbf399c701f645bdb061d5af1e83c..b652da47cda8ce0316659469db3c649173e6fd63 100644 (file)
@@ -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