From d8073c8bf7c5f888a3cfb5356dc88f5af6f20008 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 13 Jan 2011 12:49:55 -0800 Subject: [PATCH] Include run-cli-tests in release tarball. Found by "make distcheck". --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 46c1a1a550050..40e9d59d42fd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = autogen.sh ceph.spec.in SUBDIRS = . src man +EXTRA_DIST += src/test/run-cli-tests 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 -- 2.39.5