X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Http%2FMakefile;h=dd0047afa2a0ad7ea48ead22febcd2b8030cb4bf;hb=ef684b2041bfc73c16802ad017304963d7c9038a;hp=820e4ce3009a6176b7ab55486883da017e8811ba;hpb=c39d7ce9985a7067c1cbf44188007c9433901940;p=mono.git diff --git a/mcs/class/Mono.Http/Makefile b/mcs/class/Mono.Http/Makefile index 820e4ce3009..dd0047afa2a 100644 --- a/mcs/class/Mono.Http/Makefile +++ b/mcs/class/Mono.Http/Makefile @@ -3,12 +3,9 @@ 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 +KEYFILE = ../mono.pub +LIB_MCS_FLAGS = -nowarn:618 NO_TEST = yes