From d315bb2d1cdae7f068b3de3969fc469eb6dc7b80 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Jul 2006 05:26:13 +0000 Subject: [PATCH] Make sure gnuhash_xlate.h is distributed. --- libelf/ChangeLog | 2 ++ libelf/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2