From: Sage Weil Date: Fri, 16 Oct 2009 18:16:55 +0000 (-0700) Subject: Makefile: 'core' rule to do just the core daemons, tools X-Git-Tag: v0.17~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=794e2a3e1c331e8e210296404748364224fc8fbd;p=ceph.git Makefile: 'core' rule to do just the core daemons, tools --- diff --git a/src/Makefile.am b/src/Makefile.am index 50b3a54e6d5c..9bf20b16d280 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,10 @@ bin_PROGRAMS += monmaptool crushtool osdmaptool mount_ceph_SOURCES = mount/mount.ceph.c sbin_PROGRAMS += mount.ceph + +core: cmon cosd cmds mkmonfs ceph cconf monmaptool osdmaptool crushtool + + dumpjournal_SOURCES = dumpjournal.cc msg/SimpleMessenger.cc dumpjournal_LDADD = libosdc.a libcrush.a libcommon.a dupstore_SOURCES = dupstore.cc