diff options
Diffstat (limited to 'src/clients/reconcilio/littlelf/Makefile.am')
-rw-r--r-- | src/clients/reconcilio/littlelf/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/clients/reconcilio/littlelf/Makefile.am b/src/clients/reconcilio/littlelf/Makefile.am index 14c891e4c..952f20de9 100644 --- a/src/clients/reconcilio/littlelf/Makefile.am +++ b/src/clients/reconcilio/littlelf/Makefile.am @@ -5,11 +5,11 @@ SUBDIRS = . noinst_LIBRARIES = liblittlelf.a liblittlelf_a_SOURCES = \ - elf.cc elf.cc \ - elf_sections.cc elf_sections.cc \ - elf_dynamic_section.cc elf_dynamic_section.cc \ - elf_relocation_section.cc elf_relocation_section.cc \ - elf_symbol_section.cc elf_symbol_section.cc \ + elf.cc elf.hh \ + elf_sections.cc elf_sections.hh \ + elf_dynamic_section.cc elf_dynamic_section.hh \ + elf_relocation_section.cc elf_relocation_section.hh \ + elf_symbol_section.cc elf_symbol_section.hh \ elf_types.hh TESTS_ENVIRONMENT = env \ |