aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2011-04-13 23:09:26 -0400
committerAnthony G. Basile <basile@opensource.dyc.edu>2011-04-13 23:09:26 -0400
commit4b139aa8f53756b314d4de8b252b1fc614c19c13 (patch)
tree4a7656045c71a473497733d3e57082d41aea5eb2 /Makefile.am
parenttests/test-bad{32,64}.asm: cleaned up whitespace (diff)
downloadelfix-4b139aa8f53756b314d4de8b252b1fc614c19c13.tar.gz
elfix-4b139aa8f53756b314d4de8b252b1fc614c19c13.tar.bz2
elfix-4b139aa8f53756b314d4de8b252b1fc614c19c13.zip
Removed parse-elf.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index e44deab..1b892a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,8 @@
SUBDIRS = tests
-bin_PROGRAMS = get-gnustack fix-gnustack parse-elf
+bin_PROGRAMS = get-gnustack fix-gnustack
+
get_gnustack_SOURCES = get-gnustack.c
get_gnustack_LDADD = -lelf
-parse_elf_SOURCES = parse-elf.c
-parse_elf_LDADD = -lelf
-
fix_gnustack_SOURCES = fix-gnustack.c
fix_gnustack_LDADD = -lelf