From c4a9bb6838878a605a239f60171f13fcd52f4bde Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Jun 2013 14:05:21 -0400 Subject: [PATCH] a11y: Include testdata in EXTRA_DIST Otherwise tests don't work from a tarball release. --- testsuite/a11y/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/a11y/Makefile.am b/testsuite/a11y/Makefile.am index e5fed94d3c..57d2e4a7ce 100644 --- a/testsuite/a11y/Makefile.am +++ b/testsuite/a11y/Makefile.am @@ -85,7 +85,7 @@ test_in_files = \ a11yutil.test.in \ $(NULL) -EXTRA_DIST += $(test_in_files) +EXTRA_DIST += $(test_in_files) $(testdata) if BUILDOPT_INSTALL_TESTS insttestdir=$(pkglibexecdir)/installed-tests