]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Also distribute pre-downloaded tarballs.
authorTommi Virtanen <tv@hq.newdream.net>
Thu, 13 Jan 2011 21:38:40 +0000 (13:38 -0800)
committerTommi Virtanen <tv@hq.newdream.net>
Sat, 15 Jan 2011 00:27:24 +0000 (16:27 -0800)
Found by "make distcheck".

Makefile.am

index 84f2fa8506057350652e1fd84a45708807c5f859..3c128e58b5de17a47cc97823c9163e0bc4c1d5de 100644 (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