From d5ebb027572aa02e341617874a7d7ec256005346 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 20 Jul 2015 13:58:23 -0400 Subject: [PATCH] Makefile: include ceph-fuse in base target Signed-off-by: Sage Weil --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6ba07195a55ee..582de2b64a2b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -150,7 +150,7 @@ endif core-daemons: ceph-mon ceph-osd ceph-mds radosgw admin-tools: monmaptool osdmaptool crushtool ceph-authtool base: core-daemons admin-tools \ - cephfs ceph-syn ceph-conf \ + cephfs ceph-fuse ceph-syn ceph-conf \ rados radosgw-admin librados-config \ init-ceph ceph-post-file \ ceph -- 2.39.5