Merge pull request #2768 from lambdageek/dev/monoerror-cominterop
[mono.git] / mcs / class / System.IO.Compression / Makefile
index 7b2bd8144fb4fe6c7e7ad159dde706049e957825..3ca6899dacde9f589312031a31c0a8622a766770 100644 (file)
@@ -5,6 +5,6 @@ include ../../build/rules.make
 LIBRARY = System.IO.Compression.dll
 LIB_REFS = System System.Core
 LIB_MCS_FLAGS = /unsafe
-TEST_MCS_FLAGS = /r:System /r:System.Core
+TEST_MCS_FLAGS = /r:System.dll /r:System.Core.dll
 
 include ../../build/library.make