From: Sage Weil Date: Tue, 12 Feb 2013 04:49:03 +0000 (-0800) Subject: Makefile: name binary ceph-filestore-dump X-Git-Tag: v0.58~101 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0b2e32af69d7d009837832066a1445c45bbc362;p=ceph.git Makefile: name binary ceph-filestore-dump Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index 6f4662459c99..59d079c9418e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -115,7 +115,7 @@ ceph_filestore_dump_LDADD = libosd.a $(LIBOS_LDA) $(LIBGLOBAL_LDA) -lboost_progr if LINUX ceph_filestore_dump_LDADD += -ldl endif -bin_PROGRAMS += ceph ceph-conf ceph-authtool ceph_filestore_dump +bin_PROGRAMS += ceph ceph-conf ceph-authtool ceph-filestore-dump monmaptool_SOURCES = monmaptool.cc monmaptool_LDADD = $(LIBGLOBAL_LDA)