aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-13 15:47:03 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-12-13 15:47:03 -0500
commit494d827cc4344958fda0905839c9513dfea3d23a (patch)
tree16101c51151ea517845f7e3e4479e8dd081fb571 /tests
parenttests/pxtpax/Makefile.am: fix renaming of daemontest.sh script (diff)
downloadelfix-494d827cc4344958fda0905839c9513dfea3d23a.tar.gz
elfix-494d827cc4344958fda0905839c9513dfea3d23a.tar.bz2
elfix-494d827cc4344958fda0905839c9513dfea3d23a.zip
tests/gnustack/Makefile.am: distribute gnustacktest.sh
Diffstat (limited to 'tests')
-rw-r--r--tests/gnustack/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am
index 783e956..8a939ea 100644
--- a/tests/gnustack/Makefile.am
+++ b/tests/gnustack/Makefile.am
@@ -1,5 +1,7 @@
noinst_PROGRAMS = bad-gnustack
+EXTRA_DIST = gnustacktest.sh
+
bad-gnustack.s: bad-gnustack.c
$(CC) -S $<
$(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@