diff options
| author | Roland McGrath <[email protected]> | 2007-09-27 07:31:33 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2007-09-27 07:31:33 +0000 |
| commit | c76f0b05676f6207affbfd85e75063db3b6eeccf (patch) | |
| tree | 8ccc124a5908a03d34113a7dcdeb2abad7d71522 /libelf/Makefile.am | |
| parent | cb6d865011ad98a8ac2018f072f396a2268739ca (diff) | |
2007-09-27 Roland McGrath <[email protected]>
* alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
* i386_retval.c: Likewise.
* ia64_retval.c: Likewise.
* ppc64_retval.c: Likewise.
* ppc_retval.c: Likewise.
* s390_retval.c: Likewise.
* sparc_retval.c: Likewise.
* x86_64_retval.c: Likewise.
Diffstat (limited to 'libelf/Makefile.am')
| -rw-r--r-- | libelf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libelf/Makefile.am b/libelf/Makefile.am index 3e8322e9..3e52bcec 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -84,6 +84,7 @@ libelf_a_SOURCES = elf_version.c elf_hash.c elf_error.c elf_fill.c \ gelf_getmove.c gelf_update_move.c \ gelf_getsyminfo.c gelf_update_syminfo.c \ gelf_getauxv.c gelf_update_auxv.c \ + gelf_getnote.c \ gelf_xlatetof.c gelf_xlatetom.c \ nlist.c \ gelf_getsymshndx.c gelf_update_symshndx.c \ @@ -133,7 +134,7 @@ uninstall: uninstall-am endif noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \ - version_xlate.h gnuhash_xlate.h dl-hash.h + version_xlate.h gnuhash_xlate.h note_xlate.h dl-hash.h EXTRA_DIST = libelf.map CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda libelf.so.$(VERSION) |
