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:
authorJonathan Pryor <jonpryor@vt.edu>2010-09-14 14:39:57 +0400
committerJonathan Pryor <jonpryor@vt.edu>2010-09-14 14:39:57 +0400
commit31190e15c36ab909c2ab219379a26e737b667fc3 (patch)
tree93768c08fa0e64d8ed27f2a2ede9ba1d3cc8a595 /mcs/class/System.Data.Linq/Makefile
parent395138f132fac80514bb92d1b75880b2d44df722 (diff)
Distribute DbmlSchema.xsd so that tarball builds work.
Diffstat (limited to 'mcs/class/System.Data.Linq/Makefile')
-rwxr-xr-xmcs/class/System.Data.Linq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data.Linq/Makefile b/mcs/class/System.Data.Linq/Makefile
index 07d1e88a93a..aeb7c345c43 100755
--- a/mcs/class/System.Data.Linq/Makefile
+++ b/mcs/class/System.Data.Linq/Makefile
@@ -19,7 +19,7 @@ endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-EXTRA_DISTFILES =
+EXTRA_DISTFILES = src/DbLinq/Schema/Dbml/DbmlSchema.xsd
# This is a .NET 3.5+ assembly
VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))