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.Data.Services/Makefile')
-rw-r--r--mcs/class/System.Data.Services/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data.Services/Makefile b/mcs/class/System.Data.Services/Makefile
index 9027c49e7fa..7e73274ccba 100644
--- a/mcs/class/System.Data.Services/Makefile
+++ b/mcs/class/System.Data.Services/Makefile
@@ -4,6 +4,7 @@ include ../../build/rules.make
LIBRARY = System.Data.Services.dll
+LIB_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client
LIB_MCS_FLAGS = \
-d:NET_3_5 \
-r:System.dll \
@@ -13,6 +14,7 @@ LIB_MCS_FLAGS = \
-r:System.Data.Services.Client.dll
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
+LIB_REFS += System.ServiceModel.Activation
LIB_MCS_FLAGS += -r:System.ServiceModel.Activation.dll
endif