Install utils/{mono-dl.h,mono-compiler.h}
authorMarek Habersack <grendel@twistedcode.net>
Sat, 12 Nov 2016 23:48:44 +0000 (00:48 +0100)
committerMarek Habersack <grendel@twistedcode.net>
Sat, 12 Nov 2016 23:48:44 +0000 (00:48 +0100)
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

index 35f218a8d0ac5cd4d0bd0ff650f69d1468ee6f14..5395b764a171da20b9d9dea75aab098a1e379783 100644 (file)
@@ -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