aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2011-04-14 11:45:49 -0400
committerAnthony G. Basile <basile@opensource.dyc.edu>2011-04-14 11:45:49 -0400
commit5b058e4cb24e0926a0478e8f29f43370cf7d3911 (patch)
tree1f368cbc534d8aa4ebf4a4d18d35304bd652a6d5 /Makefile.am
parentRemoved parse-elf.c (diff)
downloadelfix-5b058e4cb24e0926a0478e8f29f43370cf7d3911.tar.gz
elfix-5b058e4cb24e0926a0478e8f29f43370cf7d3911.tar.bz2
elfix-5b058e4cb24e0926a0478e8f29f43370cf7d3911.zip
Consolidated {fix,get}-gnustack.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b892a3..a459377 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1 @@
-SUBDIRS = tests
-bin_PROGRAMS = get-gnustack fix-gnustack
-
-get_gnustack_SOURCES = get-gnustack.c
-get_gnustack_LDADD = -lelf
-
-fix_gnustack_SOURCES = fix-gnustack.c
-fix_gnustack_LDADD = -lelf
+SUBDIRS = src tests