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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-02 17:57:56 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-02 17:57:56 +0300
commitffc227a1fce78f5e4792aa1f849a3b7e85d4b3a1 (patch)
treee5cb2221719fea15d87b3904e39ae8c3f01385e1 /Makefile.am
parent080e0b4874017a9b8c858ed3e43c142d7cd2b611 (diff)
[dist] Add new mk/ subfolder to SUBDIRS in Makefile.am
It was missed in fe21aad1dfb8e3356716e86248a5025f27dfb418 and breaks the tarball build.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7165f466e63..ea975d1a063 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,9 @@ else
tools_dir = tools
endif
-SUBDIRS = po $(libgc_dir) mono $(ikvm_native_dir) support data runtime scripts man samples $(tools_dir) msvc $(docs_dir) acceptance-tests llvm
+SUBDIRS = mk po $(libgc_dir) mono $(ikvm_native_dir) support data runtime scripts man samples $(tools_dir) msvc $(docs_dir) acceptance-tests llvm
# Keep in sync with SUBDIRS
-DIST_SUBDIRS = m4 po $(libgc_dir) mono ikvm-native support data runtime scripts man samples tools msvc docs acceptance-tests llvm
+DIST_SUBDIRS = m4 mk po $(libgc_dir) mono ikvm-native support data runtime scripts man samples tools msvc docs acceptance-tests llvm
all: update_submodules