[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Mono.Management / Makefile
blobc4a97a86a898fc9bd75931f24356566facc105f3
1 thisdir = class/Mono.Management
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Management.dll
7 LIB_REFS = System Mono.Posix
8 LIB_MCS_FLAGS = /r:$(corlib)
9 NO_TEST = yes
11 include ../../build/library.make