diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-12 05:26:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-12 05:26:13 +0000 |
commit | d315bb2d1cdae7f068b3de3969fc469eb6dc7b80 (patch) | |
tree | 2835bc66ab2816f15a8b7e8067823005fdf8dc94 | |
parent | 8ae5814209558f51c93b583c9ae6fdd482f0cbb2 (diff) | |
download | elfutils-d315bb2d1cdae7f068b3de3969fc469eb6dc7b80.tar.gz |
Make sure gnuhash_xlate.h is distributed.
-rw-r--r-- | libelf/ChangeLog | 2 | ||||
-rw-r--r-- | libelf/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 424eddc4..baf58974 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 <drepper@redhat.com> diff --git a/libelf/Makefile.am b/libelf/Makefile.am index fb177d04..1c2e69a2 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 |