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