diff options
Diffstat (limited to 'src/format/elf/Makefile.am')
-rw-r--r-- | src/format/elf/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/elf/Makefile.am b/src/format/elf/Makefile.am index f524bdf..d91e2b0 100644 --- a/src/format/elf/Makefile.am +++ b/src/format/elf/Makefile.am @@ -6,6 +6,7 @@ libformatelf_la_SOURCES = \ elf.h elf.c \ elf_def.h \ helper_x86.h helper_x86.c \ + program.h program.c \ section.h section.c \ strings.h strings.c \ symbols.h symbols.c |