X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Http%2FMakefile;h=f3801411afa27024cb3d2cb3624f384c2d951fa8;hb=0ebac113fce97894d0a53844f62c660a27cad7f7;hp=820e4ce3009a6176b7ab55486883da017e8811ba;hpb=6110fc90713ce59ff0996fcd3520e09a96575820;p=mono.git diff --git a/mcs/class/Mono.Http/Makefile b/mcs/class/Mono.Http/Makefile index 820e4ce3009..f3801411afa 100644 --- a/mcs/class/Mono.Http/Makefile +++ b/mcs/class/Mono.Http/Makefile @@ -3,12 +3,8 @@ SUBDIRS = include ../../build/rules.make LIBRARY = Mono.Http.dll -LIB_MCS_FLAGS = -r:$(corlib) \ - -r:System.dll \ - -r:System.Xml.dll \ - -r:System.Web.dll \ - -r:ICSharpCode.SharpZipLib.dll \ - -r:Mono.Security.dll +LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security +LIB_MCS_FLAGS = -nowarn:618 NO_TEST = yes