From: Sage Weil Date: Tue, 12 Feb 2013 16:28:31 +0000 (-0800) Subject: Revert "Makefile: name binary ceph-filestore-dump" X-Git-Tag: v0.58~94 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2cb6bcc90183734449d4aca33571f55ce0afc8c2;p=ceph.git Revert "Makefile: name binary ceph-filestore-dump" This reverts commit f0b2e32af69d7d009837832066a1445c45bbc362. Be consistent with everything else. --- diff --git a/src/Makefile.am b/src/Makefile.am index 61e57721cc99..b8c80ff63d0e 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)