Fix 'tests' install to not end up in RPM

This commit is contained in:
Cole Robinson 2010-02-08 22:27:15 -05:00
parent 2c4e843605
commit 5aaae5db86
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,2 @@
testsdir = $(pkgdatadir)/tests
tests_DATA = $(wildcard $(srcdir)/*.sh)
EXTRA_DIST = $(tests_DATA)
EXTRA_DIST = $(wildcard *.sh)