X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.ServiceModel.Discovery%2FMakefile;h=d46df268454428326dff800cee795250cb365896;hb=6b139f4c98eb90bfb7e1285933fc682dae541cad;hp=8b6932e708444a3c432c67a780fb226a503becc1;hpb=261e0ba03b1220de78dad6882270e7ca14b88069;p=mono.git diff --git a/mcs/class/System.ServiceModel.Discovery/Makefile b/mcs/class/System.ServiceModel.Discovery/Makefile index 8b6932e7084..d46df268454 100644 --- a/mcs/class/System.ServiceModel.Discovery/Makefile +++ b/mcs/class/System.ServiceModel.Discovery/Makefile @@ -3,11 +3,12 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.ServiceModel.Discovery.dll -LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll -r:System.Xml.Linq.dll +LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core System.Xml.Linq +LIB_MCS_FLAGS = ifneq (2.1, $(FRAMEWORK_VERSION)) -LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0 \ - -r:System.Configuration.dll +LIB_REFS += System.Configuration +LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0 endif TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)