[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Mono.Http / Makefile
blobd52144b2154268ec3c8b3322bd9816967b29b33e
1 thisdir = class/Mono.Http
2 SUBDIRS =
3 include ../../build/rules.make
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
10 NO_TEST = yes
12 include ../../build/library.make