X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Json%2FMakefile;h=4a4b5c80e6807943bf0eb33b140b8804e515eb37;hb=bb2209b85191a383fa38278329b34d7dc94269e6;hp=906b0bf48f178ac8324ae1a357d887ee160d6007;hpb=8bb9b4409d3f73fdf5ec2afc3b9add6bd33f712f;p=mono.git diff --git a/mcs/class/System.Json/Makefile b/mcs/class/System.Json/Makefile index 906b0bf48f1..4a4b5c80e68 100644 --- a/mcs/class/System.Json/Makefile +++ b/mcs/class/System.Json/Makefile @@ -3,23 +3,11 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.Json.dll -LIB_MCS_FLAGS = \ - /r:System.dll \ - /r:System.Xml.dll \ - /r:System.Core.dll \ - /r:System.ServiceModel.Web.dll +LIB_REFS = System System.Xml System.Core +LIB_MCS_FLAGS = TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) EXTRA_DISTFILES = -VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR)) - -ifndef VALID_PROFILE -LIBRARY_NAME = dummy-System.Json.dll -NO_INSTALL = yes -NO_SIGN_ASSEMBLY = yes -NO_TEST = yes -endif - include ../../build/library.make