X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.Services%2FMakefile;h=b5fb3cb6fdd43622e5dcbd4664aa43b53329969f;hb=1f45c80ead2421d1dc4d1467dc017c255e96c465;hp=fd39977f965b132bb9f794c9989e0a57b7210c40;hpb=f78e6f8fee273c6c80c8c36e7e1b2bbd8392b8cb;p=mono.git diff --git a/mcs/class/System.Data.Services/Makefile b/mcs/class/System.Data.Services/Makefile index fd39977f965..b5fb3cb6fdd 100644 --- a/mcs/class/System.Data.Services/Makefile +++ b/mcs/class/System.Data.Services/Makefile @@ -4,14 +4,14 @@ include ../../build/rules.make LIBRARY = System.Data.Services.dll -LIB_MCS_FLAGS = \ - -d:NET_3_5 \ - -r:System.dll \ - -r:System.Core.dll \ - -r:System.ServiceModel.dll \ - -r:System.ServiceModel.Web.dll \ - -r:System.Data.Services.Client.dll +LIB_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client +LIB_MCS_FLAGS = -d:NET_3_5 -TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll +ifeq (4, $(FRAMEWORK_VERSION_MAJOR)) +LIB_REFS += System.ServiceModel.Activation +endif + +TEST_MCS_FLAGS = +TEST_LIB_REFS = System.ServiceModel System.Core include ../../build/library.make