[sgen] Fix logging of major heap size with concurrent sweep
[mono.git] / mcs / class / System.Net.Http / Makefile
1 thisdir = class/System.Net.Http
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Net.Http.dll
6
7 LIB_REFS = System.Core System
8 LIB_MCS_FLAGS = $(EXTRA_LIB_MCS_FLAGS)
9
10 TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
11
12 include ../../build/library.make