* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / System.Web.Services / Makefile
index 727000f4d63b13c78bc5b69cceee4ca1583da9bf..b652da47cda8ce0316659469db3c649173e6fd63 100644 (file)
@@ -11,7 +11,7 @@ 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 \
@@ -26,7 +26,6 @@ EXTRA_DISTFILES = \
        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/test2.wsdl
+       Test/System.Web.Services.Description/*.wsdl
 
 include ../../build/library.make