X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Configuration.Install%2FMakefile;h=f94fd6c8ce1d69748424b6612958b4dce1296dcc;hb=2f9c820c7ee1063d9fabcb2410b57843c17cb926;hp=d5415952acfd943e2936b7f13733863ab04cce61;hpb=3f761fefe47213af1301315e2aca06a792d706cc;p=mono.git diff --git a/mcs/class/System.Configuration.Install/Makefile b/mcs/class/System.Configuration.Install/Makefile index d5415952acf..f94fd6c8ce1 100644 --- a/mcs/class/System.Configuration.Install/Makefile +++ b/mcs/class/System.Configuration.Install/Makefile @@ -1,11 +1,9 @@ thisdir = class/System.Configuration.Install -SUBDIRS = include ../../build/rules.make LIBRARY = System.Configuration.Install.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) +LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll -EXTRA_DISTFILES = Test/ChangeLog +NO_TEST = yes include ../../build/library.make