X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FMakefile;h=fe677dd1e2110a3b8a32c0e87f7df1e46403dd73;hb=c48ec77e5edffe351a03b003d935f6c1ea331296;hp=732936c04b9537e13055282bfcab4cdaa502d90a;hpb=94ce5c5aaf912e55f106bbf3250612b02ac850b5;p=mono.git diff --git a/mcs/Makefile b/mcs/Makefile index 732936c04b9..fe677dd1e21 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -1,11 +1,11 @@ thisdir := . -SUBDIRS := build jay mcs tools/resgen class mbas nunit20 ilasm tools tests errors docs +SUBDIRS := build jay mcs class nunit20 ilasm tools tests errors docs DIST_ONLY_SUBDIRS := gmcs basic_SUBDIRS := build jay mcs class net_1_1_bootstrap_SUBDIRS := build jay mcs class ilasm tools -net_2_0_bootstrap_SUBDIRS := build class ilasm +net_2_0_bootstrap_SUBDIRS := build class ilasm tools net_2_0_SUBDIRS := build jay gmcs class nunit20 ilasm tests errors tools # List of test subdirs that should pass 100% @@ -31,7 +31,7 @@ default_centum_tests := \ class/System.XML \ class/System.Data -net_2_0_centum_tests := $(centum_tests) class/Mono.C5 +net_2_0_centum_tests := $(centum_tests) #class/Mono.C5 ifdef ONLY_CENTUM_TESTS TEST_SUBDIRS := $($(PROFILE)_centum_tests) @@ -96,6 +96,7 @@ DISTFILES = \ LICENSE \ LICENSE.GPL \ LICENSE.LGPL \ + LICENSE.MPL \ Makefile \ mkinstalldirs \ MIT.X11 \