Merge pull request #2705 from kumpera/loader-error-cleanup7
[mono.git] / mcs / class / System.Json / Makefile
index da8a9b7abf8bdcc1a58f66638f7832ef7b2b12b0..4a4b5c80e6807943bf0eb33b140b8804e515eb37 100644 (file)
@@ -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