diff options
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 8a678b84..167a8322 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -89,7 +89,8 @@ libelf_a_SOURCES = elf_version.c elf_hash.c elf_error.c elf_fill.c \ elf_getaroff.c \ elf_gnu_hash.c \ elf_scnshndx.c \ - elf32_getchdr.c elf64_getchdr.c gelf_getchdr.c + elf32_getchdr.c elf64_getchdr.c gelf_getchdr.c \ + elf_compress.c elf_compress_gnu.c libelf_pic_a_SOURCES = am_libelf_pic_a_OBJECTS = $(libelf_a_SOURCES:.c=.os) |