aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-10-03 11:32:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2011-10-03 11:32:25 -0400
commit5fd12c4eb1c823348d86c70d261f42f202f06856 (patch)
tree6b73906adb1cf5a998fa039840375dc458546149 /tests
parentpoc/paxctl-xattr.c: first working version (diff)
downloadelfix-5fd12c4eb1c823348d86c70d261f42f202f06856.tar.gz
elfix-5fd12c4eb1c823348d86c70d261f42f202f06856.tar.bz2
elfix-5fd12c4eb1c823348d86c70d261f42f202f06856.zip
tests/Makefile.am: fixes 'make check' in dist tarball
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 59bf905..b0b054f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,6 +3,8 @@ bad_gnustack_SOURCES = bad-gnustack.c
bad_gnustack_DEPENDENCIES = bad-asm.o
bad_gnustack_LDADD = bad-asm.o
+EXTRA_DIST = bad64.asm bad32.asm
+
ARCH = $(shell uname -m | sed -e 's/i./x/')
bad-asm.o: bad64.asm bad32.asm