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:
authorMartin Baulig <martin.baulig@xamarin.com>2013-03-22 03:14:52 +0400
committerMartin Baulig <martin.baulig@xamarin.com>2013-03-22 03:14:52 +0400
commitbf6d00c9b9ddcf0200f3525f2b747acd9a35b971 (patch)
tree5f48b90e3dc0cbfdbb02e49e4a29c3d454bb7261 /mcs/class/System.ServiceModel.Web
parent04403c39d29635436db8fb677ea6a6423cf6c72b (diff)
[System.ServiceModel.Web]: Fix 'make dist'.
Diffstat (limited to 'mcs/class/System.ServiceModel.Web')
-rw-r--r--mcs/class/System.ServiceModel.Web/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceModel.Web/Makefile b/mcs/class/System.ServiceModel.Web/Makefile
index f58657f7769..97c88830976 100644
--- a/mcs/class/System.ServiceModel.Web/Makefile
+++ b/mcs/class/System.ServiceModel.Web/Makefile
@@ -15,7 +15,8 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = $(RESOURCE_FILES) \
Test/config/webHttpBinding \
- Test/config/webHttpBinding.config
+ Test/config/webHttpBinding.config \
+ System.Runtime.Serialization.Json/DataContractJsonSerializerSettings.cs
VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE