Also distribute pre-downloaded tarballs.

Found by "make distcheck".
This commit is contained in:
Tommi Virtanen 2011-01-13 13:38:40 -08:00
parent 5045695cd8
commit 58f6d09eac

View File

@ -4,7 +4,9 @@ EXTRA_DIST = autogen.sh ceph.spec.in
SUBDIRS = . src man
EXTRA_DIST += src/test/run-cli-tests
EXTRA_DIST += \
src/test/run-cli-tests \
src/test/downloads
check-local:
# Build gtest before we build our own tests. Doing this instead
# of SUBDIRS because with that, gtest's own tests would be run