diff options
author | Tommi Virtanen <tv@hq.newdream.net> | 2011-01-13 22:38:40 +0100 |
---|---|---|
committer | Tommi Virtanen <tv@hq.newdream.net> | 2011-01-15 01:27:24 +0100 |
commit | 58f6d09eac3f9dd1bad1176cd96045b8f7edffbb (patch) | |
tree | 411f4fe8b02460a6ca871b889a307f3e65b4fd75 /Makefile.am | |
parent | Teach run-cli-tests about build dirs. (diff) | |
download | ceph-58f6d09eac3f9dd1bad1176cd96045b8f7edffbb.tar.xz ceph-58f6d09eac3f9dd1bad1176cd96045b8f7edffbb.zip |
Also distribute pre-downloaded tarballs.
Found by "make distcheck".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |