From 58f6d09eac3f9dd1bad1176cd96045b8f7edffbb Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 13 Jan 2011 13:38:40 -0800 Subject: Also distribute pre-downloaded tarballs. Found by "make distcheck". --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 84f2fa85060..3c128e58b5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.1