Merge pull request #205 from m3rlinez/master
[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) \
7                 -r:System.dll \
8                 -r:System.Xml.dll \
9                 -r:System.Web.dll \
10                 -r:ICSharpCode.SharpZipLib.dll \
11                 -r:Mono.Security.dll \
12                 -nowarn:618
13
14 NO_TEST = yes
15
16 include ../../build/library.make