Skip to content

Commit

Permalink
Also distribute pre-downloaded tarballs.
Browse files Browse the repository at this point in the history
Found by "make distcheck".
  • Loading branch information
Tommi Virtanen committed Jan 15, 2011
1 parent 5045695 commit 58f6d09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f6d09

Please sign in to comment.