Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / Mono.Http / Makefile
index 59507aa251bfee3084d974d923df3a462053aee5..f3801411afa27024cb3d2cb3624f384c2d951fa8 100644 (file)
@@ -3,13 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Http.dll
-LIB_MCS_FLAGS = -r:$(corlib) \
-               -r:System.dll \
-               -r:System.Xml.dll \
-               -r:System.Web.dll \
-               -r:ICSharpCode.SharpZipLib.dll \
-               -r:Mono.Security.dll \
-               -nowarn:618
+LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security
+LIB_MCS_FLAGS = -nowarn:618
 
 NO_TEST = yes