make sure jobs/* and Setup.pm is in tarball

This commit is contained in:
Rob Vermaas 2011-03-17 07:30:19 +00:00
parent fa8c91ed91
commit f34636c15f

View file

@ -9,6 +9,11 @@ TESTS_ENVIRONMENT = \
PERL5LIB="$(srcdir):$(top_srcdir)/src/lib:$$PERL5LIB" \
perl -w
EXTRA_DIST = \
$(wildcard *.pm) \
$(wildcard jobs/*.nix) \
$(wildcard jobs/*.sh)
TESTS = \
query-all-tables.pl \
evaluation-tests.pl