From 6890eab27fd08b56653ff0ad3a1fa86aced732e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 23 May 2016 19:15:11 +0200 Subject: [PATCH] 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1