[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono.git] / mcs / class / System.IO.Compression.FileSystem / Makefile
index 764cf083f8b02c82334b097ac0699afa41d57b39..d8b918ebce307242c16d0e3383b39fa948badb2c 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.IO.Compression.FileSystem.dll
-LIB_MCS_FLAGS = /r:System /r:System.IO.Compression.dll
+LIB_REFS = System System.IO.Compression
+LIB_MCS_FLAGS =
 TEST_MCS_FLAGS = /r:System /r:System.Core /r:System.IO.Compression.dll
 
 include ../../build/library.make