a11y: Include testdata in EXTRA_DIST

Otherwise tests don't work from a tarball release.
This commit is contained in:
Matthias Clasen 2013-06-21 14:05:21 -04:00
parent 8d47410426
commit c4a9bb6838

View File

@ -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