From 7fde620487c0b3a9f33e600fa0cbc0ed3a805662 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 25 Aug 2010 14:45:55 -0700 Subject: [PATCH] makefile: include .git_version in tarball --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5ea8b386c3ebf..f35304434aff2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -272,7 +272,8 @@ noinst_LIBRARIES += #libcephclient_so.a # extra bits EXTRA_DIST = verify-mds-journal.sh vstart.sh stop.sh \ - crun ceph_common.sh init-ceph.in mkcephfs.in cclass.in cclsinfo make_version check_version + crun ceph_common.sh init-ceph.in mkcephfs.in cclass.in cclsinfo make_version check_version \ + .git_version # work around old versions of automake that don't define $docdir -- 2.39.5