Merge pull request #2832 from razzfazz/handle_eintr
[mono.git] / mcs / class / System.Net.Http / Makefile
index ce2e097fee8ab43e22ff811cb50dd8f081223f1d..bf1cbbd2799e04788e4554d8964bcdc757d54d64 100644 (file)
@@ -4,8 +4,10 @@ include ../../build/rules.make
 
 LIBRARY = System.Net.Http.dll
 
-LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll $(EXTRA_LIB_MCS_FLAGS)
+LIB_REFS = System.Core System
+LIB_MCS_FLAGS = $(EXTRA_LIB_MCS_FLAGS)
 
-TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
+TEST_LIB_REFS = System System.Core
+TEST_MCS_FLAGS =
 
 include ../../build/library.make