X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Json%2FMakefile;h=4a4b5c80e6807943bf0eb33b140b8804e515eb37;hb=f8a061ca98a2f53e6864b25fd5f3ec08bb3893b7;hp=da8a9b7abf8bdcc1a58f66638f7832ef7b2b12b0;hpb=286c255027f3a2c957b134014a858b4fce89ecaf;p=mono.git diff --git a/mcs/class/System.Json/Makefile b/mcs/class/System.Json/Makefile index da8a9b7abf8..4a4b5c80e68 100644 --- a/mcs/class/System.Json/Makefile +++ b/mcs/class/System.Json/Makefile @@ -3,22 +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.1 4.0, $(FRAMEWORK_VERSION)) -ifndef VALID_PROFILE -LIBRARY_NAME = dummy-System.Json.dll -NO_INSTALL = yes -NO_SIGN_ASSEMBLY = yes -NO_TEST = yes -endif - include ../../build/library.make