diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-03 02:24:12 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-03 02:24:12 +0000 |
| commit | 8a68774cdbe5609c50d7ee9dad3b6040e4f5fbe1 (patch) | |
| tree | efbea2572a728595ef3ab5939b512aff65debe45 /src/Makefile.am | |
| parent | a38998e815ccde5d90ff0800c31da255eb3430d3 (diff) | |
Add beginning of objdump program.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ccb6f96c..5229dce3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,7 +39,7 @@ native_ld = @native_ld@ base_cpu = @base_cpu@ bin_PROGRAMS = readelf nm size strip ld elflint findtextrel addr2line \ - elfcmp + elfcmp objdump ld_dsos = libld_elf_i386_pic.a @@ -91,6 +91,7 @@ elflint_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl findtextrel_LDADD = $(libdw) $(libelf) $(libmudflap) addr2line_LDADD = $(libdw) $(libelf) $(libmudflap) elfcmp_LDADD = $(libebl) $(libelf) $(libmudflap) -ldl +objdump_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl ldlex.o: ldscript.c ldlex_no_Werror = yes |
