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:
authorJo Shields <joshield@microsoft.com>2019-10-02 17:46:42 +0300
committerGitHub <noreply@github.com>2019-10-02 17:46:42 +0300
commitd8040ba86520ae584f36628bd7eece1558970f41 (patch)
treeb62eb891b5fd09b8d8e2d4d4297a0cf970a38c93 /Makefile.am
parent6fb01aa269e7654db21f32c4d44df0d6e0a93e67 (diff)
Fix missing corerun/ directory in `make dist` tarballs (#17126)
``` configure.ac:6695: error: required file 'netcore/corerun/Makefile.in' not found Makefile.am:24: error: required directory ./netcore/corerun does not exist ```
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1211effd873..816a2b4e589 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ SUBDIRS = $(build_with_msvc) mk po $(libgc_dir) llvm mono $(ikvm_native_dir) sup
endif
# Keep in sync with SUBDIRS
-DIST_SUBDIRS = $(build_with_msvc) m4 mk po $(libgc_dir) llvm mono ikvm-native support data runtime scripts man samples tools $(build_without_msvc) docs acceptance-tests netcore
+DIST_SUBDIRS = $(build_with_msvc) m4 mk po $(libgc_dir) llvm mono ikvm-native support data runtime scripts man samples tools $(build_without_msvc) docs acceptance-tests netcore netcore/corerun
all: $(update_submodules)