* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / System.Web.Services / Makefile
index 8b3d63fc87993dc4ebcb79a4ec58d74dfc915945..b652da47cda8ce0316659469db3c649173e6fd63 100644 (file)
@@ -11,10 +11,21 @@ LIB_MCS_FLAGS = \
        -r:System.Xml.dll                       \
        -r:System.Web.dll
 
-ifeq (net_2_0, $(PROFILE))
-LIB_MCS_FLAGS += -r:System.Configuration.dll -d:CONFIGURATION_2_0
+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
 
 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/*.wsdl
+
 include ../../build/library.make