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:
authorMarek Safar <marek.safar@gmail.com>2019-06-13 13:03:42 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-14 12:03:35 +0300
commit9010d2f290d28dc97ac276e0c0d32a2932b7550f (patch)
treec59b3bef1b87c974c28c38ce4dab7bc103f643bc /Makefile.am
parent12b737d980f0a8bc6f275bd8eabb0eb1011f6f90 (diff)
[netcore] Clean up netcore build
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c69b39b4ae..93b7fa53ad6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,11 +21,12 @@ endif
if ENABLE_NETCORE
update_submodules =
+SUBDIRS = mk llvm mono runtime netcore
else
update_submodules = update_submodules
+SUBDIRS = $(build_with_msvc) mk po $(libgc_dir) llvm mono $(ikvm_native_dir) support data runtime scripts man samples $(tools_dir) $(build_without_msvc) $(docs_dir) acceptance-tests
endif
-SUBDIRS = $(build_with_msvc) mk po $(libgc_dir) llvm mono $(ikvm_native_dir) support data runtime scripts man samples $(tools_dir) $(build_without_msvc) $(docs_dir) acceptance-tests
# 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