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>2012-12-05 13:17:24 +0400
committerMarek Safar <marek.safar@gmail.com>2012-12-05 13:18:06 +0400
commit4f03af7f1e03112b2401a7d6c86e4152108db4e8 (patch)
tree0675cdd517a4a335efd34ad726fbe05910ee1208 /mcs/class/System.Json
parent657bab25a98d2bea608630c31ac61d7fcefb55e7 (diff)
Add resx to dist files
Diffstat (limited to 'mcs/class/System.Json')
-rw-r--r--mcs/class/System.Json/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System.Json/Makefile b/mcs/class/System.Json/Makefile
index ed5a59985ca..ea9811a433b 100644
--- a/mcs/class/System.Json/Makefile
+++ b/mcs/class/System.Json/Makefile
@@ -13,6 +13,9 @@ LIB_MCS_FLAGS = /d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
/r:System.Runtime.Serialization.dll \
/r:System.ServiceModel.Web.dll \
/resource:System.Json.Properties.Resources.resources
+
+
+EXTRA_DISTFILES = System.Json/Properties/Resources.resx
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
LIB_MCS_FLAGS += /r:Microsoft.CSharp.dll -d:FEATURE_DYNAMIC