diff -uprN mono-5.2.0.215.old/Makefile.am mono-5.2.0.215/Makefile.am --- mono-5.2.0.215.old/Makefile.am 2017-08-02 16:16:38.000000000 +0300 +++ mono-5.2.0.215/Makefile.am 2017-08-19 00:46:37.755592739 +0300 @@ -168,3 +168,6 @@ update-solution-files: make update-csproj make package-inputs (cd msvc/scripts; make genproj.exe; mono genproj.exe) + +confighfixdir = $(includedir)/mono-2.0 +dist_confighfix_DATA = config.h diff -uprN mono-5.2.0.215.old/mono/metadata/Makefile.am mono-5.2.0.215/mono/metadata/Makefile.am --- mono-5.2.0.215.old/mono/metadata/Makefile.am 2017-08-02 16:16:42.000000000 +0300 +++ mono-5.2.0.215/mono/metadata/Makefile.am 2017-08-18 23:43:51.210384739 +0300 @@ -331,6 +331,7 @@ libmonoruntimeinclude_HEADERS = \ appdomain.h \ blob.h \ class.h \ + debug-internals.h \ debug-helpers.h \ debug-mono-symfile.h \ threads.h \ diff -uprN mono-5.2.0.215.old/mono/utils/Makefile.am mono-5.2.0.215/mono/utils/Makefile.am --- mono-5.2.0.215.old/mono/utils/Makefile.am 2017-08-02 16:16:42.000000000 +0300 +++ mono-5.2.0.215/mono/utils/Makefile.am 2017-08-18 23:43:51.210384739 +0300 @@ -262,6 +262,7 @@ libmonoutilsinclude_HEADERS = \ mono-error.h \ mono-publib.h \ mono-dl-fallback.h \ + mono-compiler.h \ mono-counters.h EXTRA_DIST = mono-embed.h mono-embed.c