2003-09-06 Martin Baulig <martin@ximian.com>
[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_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll \
7                 -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll
8
9 NO_TEST = yes
10
11 include ../../build/library.make