Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / System.Management / Makefile
index 2936ad37008004934dff9fdc15ea6aad1cad66a7..df76cf43bc2b085e3bc3c690db46e0ccaa0b00f2 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Management.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Configuration.Install.dll
+LIB_REFS = System System.Configuration.Install
+LIB_MCS_FLAGS =
 NO_TEST = yes
 
 include ../../build/library.make