summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-28 08:30:08 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-28 08:30:08 +0000
commit969bda4a47575b33af814c62ea876b0bbf8c5713 (patch)
tree6b54de01b6ad564ec3eaa008b70aead0a135ab53 /src/Makefile.am
parent490063eb2bd6a131104c0070aa0fa37d0b037c49 (diff)
downloadandroid_external_elfutils-969bda4a47575b33af814c62ea876b0bbf8c5713.tar.gz
android_external_elfutils-969bda4a47575b33af814c62ea876b0bbf8c5713.tar.bz2
android_external_elfutils-969bda4a47575b33af814c62ea876b0bbf8c5713.zip
Add strings program.
Some more cleanups in libelf.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 234d1b6f..ef944776 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,7 @@ native_ld = @native_ld@
base_cpu = @base_cpu@
bin_PROGRAMS = readelf nm size strip ld elflint findtextrel addr2line \
- elfcmp objdump ranlib
+ elfcmp objdump ranlib strings
ld_dsos = libld_elf_i386_pic.a
@@ -78,6 +78,7 @@ libeu = ../lib/libeu.a
nm_no_Wformat = yes
size_no_Wformat = yes
+strings_no_Wformat = yes
# XXX While the file is not finished, don't warn about this
ldgeneric_no_Wunused = yes
@@ -96,6 +97,7 @@ addr2line_LDADD = $(libdw) $(libmudflap)
elfcmp_LDADD = $(libebl) $(libelf) $(libmudflap) -ldl
objdump_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl
ranlib_LDADD = $(libelf) $(libeu) $(libmudflap)
+strings_LDADD = $(libelf) $(libeu) $(libmudflap)
ldlex.o: ldscript.c
ldlex_no_Werror = yes