X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Remoting%2FMakefile;h=4dc2f64f9d2f527f91944065facbeb97f970a8eb;hb=919a03d17d36604f05e1d99c3f9f26a1509e9655;hp=df85e04c17c4cb37c6bf3a0ab4de6002dcc2b7b2;hpb=8ef4e4703172fd32ada3f74b22df5203b4683493;p=mono.git diff --git a/mcs/class/System.Runtime.Remoting/Makefile b/mcs/class/System.Runtime.Remoting/Makefile index df85e04c17c..4dc2f64f9d2 100644 --- a/mcs/class/System.Runtime.Remoting/Makefile +++ b/mcs/class/System.Runtime.Remoting/Makefile @@ -4,10 +4,16 @@ include ../../build/rules.make LIBRARY = System.Runtime.Remoting.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \ - /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll +LIB_REFS = System System.Xml System.Runtime.Serialization.Formatters.Soap +KEYFILE = ../ecma.pub +LIB_MCS_FLAGS = -TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll +ifndef NO_SYSTEM_WEB_DEPENDENCY +LIB_REFS += System.Web +endif + +TEST_MCS_FLAGS = -nowarn:618 +TEST_LIB_REFS = System System.Xml System.Core TEST_MONO_PATH = .