From 77172cf8ed2009b6eb7a072ba2773ad2277c22ce Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 5 Nov 2008 19:09:50 +0000 Subject: [PATCH] 2008-11-05 Zoltan Varga * Makefile.am (libmonoutils_la_SOURCES): Add the freebsd-elf*.h files to the build. svn path=/trunk/mono/; revision=118016 --- mono/utils/ChangeLog | 5 +++++ mono/utils/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) diff --git a/mono/utils/ChangeLog b/mono/utils/ChangeLog index ccfa4d85538..3aa7de20d19 100644 --- a/mono/utils/ChangeLog +++ b/mono/utils/ChangeLog @@ -1,3 +1,8 @@ +2008-11-05 Zoltan Varga + + * Makefile.am (libmonoutils_la_SOURCES): Add the freebsd-elf*.h files to + the build. + 2008-11-04 Zoltan Varga * freebsd-elf32.h freebsd-elf64.h freebsd-elf_common.h: Add elf header diff --git a/mono/utils/Makefile.am b/mono/utils/Makefile.am index 398e947a226..cc6d8039c76 100644 --- a/mono/utils/Makefile.am +++ b/mono/utils/Makefile.am @@ -53,6 +53,9 @@ libmonoutils_la_SOURCES = \ mono-property-hash.c \ mono-value-hash.h \ mono-value-hash.c \ + freebsd-elf_common.h \ + freebsd-elf32.h \ + freebsd-elf64.h \ dtrace.h libmonoutilsincludedir = $(includedir)/mono-$(API_VER)/mono/utils -- 2.11.4.GIT