[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.IO.Compression.FileSystem / Makefile
blobd8b918ebce307242c16d0e3383b39fa948badb2c
1 thisdir = class/System.IO.Compression.FileSystem
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.IO.Compression.FileSystem.dll
6 LIB_REFS = System System.IO.Compression
7 LIB_MCS_FLAGS =
8 TEST_MCS_FLAGS = /r:System /r:System.Core /r:System.IO.Compression.dll
10 include ../../build/library.make