From 397430c7f9fe4fae487342db36860b0a08cd56c0 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Sun, 13 Nov 2016 00:48:44 +0100 Subject: [PATCH] Install utils/{mono-dl.h,mono-compiler.h} These two headers are required by loader.h which is installed in $prefix/include/mono-2.0/mono/metadata and their lack breaks compilation of any software that includes loader.h --- mono/utils/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mono/utils/Makefile.am b/mono/utils/Makefile.am index 35f218a8d0a..5395b764a17 100644 --- a/mono/utils/Makefile.am +++ b/mono/utils/Makefile.am @@ -33,13 +33,11 @@ monoutils_sources = \ dlmalloc.h \ dlmalloc.c \ mono-counters.c \ - mono-compiler.h \ mono-complex.h \ mono-dl.c \ mono-dl-windows.c \ mono-dl-darwin.c \ mono-dl-posix.c \ - mono-dl.h \ mono-dl-windows-internals.h \ mono-log-windows.c \ mono-log-common.c \ @@ -261,6 +259,8 @@ libmonoutilsinclude_HEADERS = \ mono-error.h \ mono-publib.h \ mono-dl-fallback.h \ - mono-counters.h + mono-dl.h \ + mono-counters.h \ + mono-compiler.h EXTRA_DIST = mono-embed.h mono-embed.c -- 2.11.4.GIT