Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.ServiceModel.Syndication/Makefile')
-rw-r--r--mcs/class/System.ServiceModel.Syndication/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel.Syndication/Makefile b/mcs/class/System.ServiceModel.Syndication/Makefile
index 4f7ec0b2e13..7555bc9dc4e 100644
--- a/mcs/class/System.ServiceModel.Syndication/Makefile
+++ b/mcs/class/System.ServiceModel.Syndication/Makefile
@@ -3,13 +3,16 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = System.ServiceModel.Syndication.dll
+LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core
LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll
ifeq (moonlight_raw, $(PROFILE))
+LIB_REFS += System.Xml.Serialization
LIB_MCS_FLAGS += /r:System.Xml.Serialization.dll
endif
ifneq (2.1, $(FRAMEWORK_VERSION))
+LIB_REFS += System.Configuration
LIB_MCS_FLAGS += /r:System.Configuration.dll
endif