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:
authorMarek Safar <marek.safar@gmail.com>2013-09-10 12:13:49 +0400
committerMarek Safar <marek.safar@gmail.com>2013-09-10 12:14:50 +0400
commit8bd66dbbeb710db965df602a7c4a77a24a0dfe27 (patch)
tree686276c708e6eff902c3845ad5c7cc9d32c48534 /mcs/class/System.Data.Services
parent6531ed7dd74a6d3b30ea347a03424728aae4c287 (diff)
Add System.ServiceModel.Activation assembly. Fixes #14544
Diffstat (limited to 'mcs/class/System.Data.Services')
-rw-r--r--mcs/class/System.Data.Services/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Data.Services/Makefile b/mcs/class/System.Data.Services/Makefile
index fd39977f965..9027c49e7fa 100644
--- a/mcs/class/System.Data.Services/Makefile
+++ b/mcs/class/System.Data.Services/Makefile
@@ -12,6 +12,10 @@ LIB_MCS_FLAGS = \
-r:System.ServiceModel.Web.dll \
-r:System.Data.Services.Client.dll
+ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
+LIB_MCS_FLAGS += -r:System.ServiceModel.Activation.dll
+endif
+
TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll
include ../../build/library.make