X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Configuration.Install%2FMakefile;h=cc8b4f8e95c096df78e66cd908d2ec93d242a37a;hb=35a4c994c89c6f444d46e6e4cd069906fa7b4165;hp=054a345a5d68eb51eee186b40d19b610a3176a83;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/System.Configuration.Install/Makefile b/mcs/class/System.Configuration.Install/Makefile index 054a345a5d6..cc8b4f8e95c 100644 --- a/mcs/class/System.Configuration.Install/Makefile +++ b/mcs/class/System.Configuration.Install/Makefile @@ -1,11 +1,10 @@ thisdir = class/System.Configuration.Install -SUBDIRS = include ../../build/rules.make LIBRARY = System.Configuration.Install.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll -TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) +LIB_REFS = System System.Xml +LIB_MCS_FLAGS = -EXTRA_DISTFILES = Test/ChangeLog +NO_TEST = yes include ../../build/library.make