From: Ulrich Drepper Date: Wed, 12 Jul 2006 05:26:13 +0000 (+0000) Subject: Make sure gnuhash_xlate.h is distributed. X-Git-Tag: elfutils-0.122~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d315bb2d1cdae7f068b3de3969fc469eb6dc7b80;p=thirdparty%2Felfutils.git Make sure gnuhash_xlate.h is distributed. --- diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 424eddc4d..baf589745 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -4,6 +4,8 @@ * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH. (shtype_map): Add SHT_GNU_HASH entries. * gelf_xlate.c (__elf_xfctstom): Add ELF_T_GNUHASH entries. + * gnuhash_xlate.h: New file. + * Makefile.am (noinst_HEADERS): Add gnuhash_xlate.h. 2006-07-06 Ulrich Drepper diff --git a/libelf/Makefile.am b/libelf/Makefile.am index fb177d041..1c2e69a23 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -132,7 +132,7 @@ uninstall: uninstall-am endif noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \ - version_xlate.h dl-hash.h + version_xlate.h gnuhash_xlate.h dl-hash.h EXTRA_DIST = libelf.map CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda