From a46fb02381079a5f01a83ff1dace974f41f931c7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 13 Nov 2014 10:49:33 -0800 Subject: [PATCH] Makefile: include 'ceph' in base target This makes 'make base' enough to vstart. Signed-off-by: Sage Weil --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index cb3cc779bff8a..c2d89e9396483 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -661,7 +661,8 @@ admin-tools: monmaptool osdmaptool crushtool ceph-authtool base: core-daemons admin-tools \ cephfs ceph-syn ceph-conf \ rados librados-config \ - init-ceph ceph_mon_store_converter ceph-post-file + init-ceph ceph_mon_store_converter ceph-post-file \ + ceph # version stuff -- 2.39.5