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.ComponentModel.DataAnnotations/Makefile')
-rw-r--r--mcs/class/System.ComponentModel.DataAnnotations/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.ComponentModel.DataAnnotations/Makefile b/mcs/class/System.ComponentModel.DataAnnotations/Makefile
index 0194ca3f736..cd722af91ee 100644
--- a/mcs/class/System.ComponentModel.DataAnnotations/Makefile
+++ b/mcs/class/System.ComponentModel.DataAnnotations/Makefile
@@ -11,4 +11,6 @@ LIB_MCS_FLAGS = \
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt
+
include ../../build/library.make