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
path: root/mcs
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-21 01:44:56 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-21 01:44:56 +0300
commitd60877b0f3093824e17cf7d465431546553be61d (patch)
tree1c28d4c0d514bb6ba780ed7d0b35fbe24266bed1 /mcs
parent2124bda984d1437b33825090c40e171b4e5244cc (diff)
Fix tarball build
corefx.unix.sources wasn't included in the tarball so it failed.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Data/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index 1491f18e71a..671eda1e8bf 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -45,6 +45,7 @@ EXTRA_DISTFILES = \
Test/System.Data/binserialize/*.bin \
Test/ProviderTests/sql/*.sql \
SqliteTest.db \
- corefx.common.sources
+ corefx.common.sources \
+ corefx.unix.sources
include ../../build/library.make