Add System.ServiceModel.Activation assembly. Fixes #14544
[mono.git] / mcs / class / System.Data.Services / Makefile
index fd39977f965b132bb9f794c9989e0a57b7210c40..9027c49e7fa9095ddc277a094188c60b035ceae4 100644 (file)
@@ -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