Merge pull request #2705 from kumpera/loader-error-cleanup7
[mono.git] / mcs / class / Mono.Management / Makefile
index 6a02a326023de98aac08fd86eed1b291569f847b..c4a97a86a898fc9bd75931f24356566facc105f3 100644 (file)
@@ -4,7 +4,8 @@ include ../../build/rules.make
 
 LIBRARY = Mono.Management.dll
 
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Posix.dll
+LIB_REFS = System Mono.Posix
+LIB_MCS_FLAGS = /r:$(corlib)
 NO_TEST = yes
 
 include ../../build/library.make