Merge pull request #2099 from AdamBurgess/master
[mono.git] / mcs / class / System.Xml.Serialization / Makefile
index 8168ab5504355e57cbeff807742f39c791ab525e..f67cf54e8cc8cdbd4633703c8aca597acda5f7ab 100644 (file)
@@ -3,22 +3,11 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Xml.Serialization.dll
-LIB_MCS_FLAGS =  -unsafe -r:System.dll -r:System.Core.dll -r:System.Xml.dll -r:System.ServiceModel.dll -r:System.Runtime.Serialization.dll -d:NET_2_1 -d:NET_2_0 -d:NET_1_1
+LIB_REFS = System.Xml System.ServiceModel
+LIB_MCS_FLAGS =
 
-ifneq (2.1, $(FRAMEWORK_VERSION))
-LIB_MCS_FLAGS += -d:NET_3_5 -nowarn:1720
-endif
+PLATFORM_DEBUG_FLAGS =
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-
-EXTRA_DISTFILES =
-
-VALID_PROFILE := $(filter 2.1, $(FRAMEWORK_VERSION))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Xml.Serialization.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
 NO_TEST = yes
-endif
 
 include ../../build/library.make