diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-10-20 23:15:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-10-20 23:15:25 (GMT) |
commit | ac438e8ad47f267c9eb6f462eb5a7e2b5c017f26 (patch) | |
tree | 5d1b350d7dd1f70b58de97e8aa8952cbadecd9ee /src/format/elf/Makefile.am | |
parent | 10deb6bbbeeaacfec577f5b24c5f821492af77f3 (diff) |
Registered all found strings in binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@36 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 4886115..2240a35 100644 --- a/src/format/elf/Makefile.am +++ b/src/format/elf/Makefile.am @@ -5,6 +5,7 @@ libformatelf_a_SOURCES = \ e_elf.h e_elf.c \ elf-int.h \ section.h section.c \ + strings.h strings.c \ symbol.h symbol.c libformatelf_a_CFLAGS = $(AM_CFLAGS) |