From c16241fd41d0ac3f993cbd6d608fb835f5f77ac8 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 8 Sep 2011 12:59:05 -0700 Subject: [PATCH] rpm: Include ceph.spec in release tarball. This lets users say "rpmbuild -ta ceph-XXX.tgz". Closes: #1521 Signed-off-by: Tommi Virtanen --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 91304f28ecbcb..d86b80d437a01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = gnu -EXTRA_DIST = autogen.sh ceph.spec.in +EXTRA_DIST = autogen.sh ceph.spec.in ceph.spec # the "." here makes sure check-local builds gtest before it is used SUBDIRS = . src man -- 2.39.5