From: Alexander Köplinger Date: Mon, 23 May 2016 17:15:11 +0000 (+0200) Subject: Redist the referencesource folder X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=6890eab27fd08b56653ff0ad3a1fa86aced732e9 Redist the referencesource folder Since referencesource is no longer a submodule under external/ after https://github.com/mono/mono/pull/2962 it didn't get included in the tarball anymore. We need to add it again to fix the tarball build. --- diff --git a/Makefile.am b/Makefile.am index e2e1dfefa46..5afacfa7fcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,8 @@ EXTRA_DIST= \ mono-uninstalled.pc.in \ winconfig.h \ code_of_conduct.md \ - external + external \ + mcs/class/referencesource DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false