Skip to content

Commit

Permalink
[dist] Add new mk/ subfolder to SUBDIRS in Makefile.am
Browse files Browse the repository at this point in the history
It was missed in mono/mono@fe21aad and breaks the tarball build.


Commit migrated from mono/mono@ffc227a
  • Loading branch information
akoeplinger committed May 2, 2018
1 parent cf70442 commit ea0c19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mono/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ea0c19f

Please sign in to comment.