Redist the referencesource folder
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 23 May 2016 17:15:11 +0000 (19:15 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 23 May 2016 17:16:05 +0000 (19:16 +0200)
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

index e2e1dfefa46338710c852617b3d1ae688d31a13a..5afacfa7fcc0ddbba6dd7cd91bf7df6f5f9a475c 100644 (file)
@@ -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