X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Management%2FMakefile;h=df76cf43bc2b085e3bc3c690db46e0ccaa0b00f2;hb=08a728d237965feb2bbd485f909998b17c0bbb11;hp=2936ad37008004934dff9fdc15ea6aad1cad66a7;hpb=6110fc90713ce59ff0996fcd3520e09a96575820;p=mono.git diff --git a/mcs/class/System.Management/Makefile b/mcs/class/System.Management/Makefile index 2936ad37008..df76cf43bc2 100644 --- a/mcs/class/System.Management/Makefile +++ b/mcs/class/System.Management/Makefile @@ -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