[sgen] Fix logging of major heap size with concurrent sweep
[mono.git] / mcs / class / Mono.Http / Makefile
1 thisdir = class/Mono.Http
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Http.dll
6 LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security
7 LIB_MCS_FLAGS = -r:$(corlib) \
8                 -nowarn:618
9
10 NO_TEST = yes
11
12 include ../../build/library.make