diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-06-21 14:05:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-06-21 14:05:21 -0400 |
commit | c4a9bb6838878a605a239f60171f13fcd52f4bde (patch) | |
tree | 8dd5c897299d5d78acc350849715364b257077dd | |
parent | 8d4741042672cfa57ee5050ccb4fe06fa75289c0 (diff) | |
download | gtk+-c4a9bb6838878a605a239f60171f13fcd52f4bde.tar.gz |
a11y: Include testdata in EXTRA_DIST
Otherwise tests don't work from a tarball release.
-rw-r--r-- | testsuite/a11y/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |