Merge pull request #853 from echampet/onclick
[mono.git] / mcs / class / System.IO.Compression / Makefile
index 40c9fe089db5475b9ec8b0cc4b576520c117f32d..7b2bd8144fb4fe6c7e7ad159dde706049e957825 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.IO.Compression.dll
-LIB_MCS_FLAGS = /r:System /r:System.Core /unsafe
+LIB_REFS = System System.Core
+LIB_MCS_FLAGS = /unsafe
 TEST_MCS_FLAGS = /r:System /r:System.Core
 
 include ../../build/library.make