aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-15 13:50:51 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-12-15 13:50:51 -0500
commit89f5f3b59c9cf949c06a22ac557da3f85ee8184e (patch)
treee6dd6ba2f843e950f8696ae371c79bca5e83cad5 /tests
parenttests/paxmodule: no longer require python module to be installed (diff)
downloadelfix-89f5f3b59c9cf949c06a22ac557da3f85ee8184e.tar.gz
elfix-89f5f3b59c9cf949c06a22ac557da3f85ee8184e.tar.bz2
elfix-89f5f3b59c9cf949c06a22ac557da3f85ee8184e.zip
tests/paxmodule: fix EXTRA_DIST for make distcheck
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/paxmodule/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 672fb44..7b5dc89 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,3 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnustack pxtpax paxmodule revdeppaxtest
+SUBDIRS = gnustack paxmodule pxtpax revdeppaxtest
diff --git a/tests/paxmodule/Makefile.am b/tests/paxmodule/Makefile.am
index 86f3acb..45b7099 100644
--- a/tests/paxmodule/Makefile.am
+++ b/tests/paxmodule/Makefile.am
@@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
noinst_PROGRAMS = dummy
dummy_SOURCES = dummy.c
-EXTRA_DIST = init.sh paxmodtest.sh
+EXTRA_DIST = paxmodtest.sh
check_SCRIPTS = paxmodtest
TEST = $(check_SCRIPTS)