summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-02-12 08:28:31 -0800
committerSage Weil <sage@inktank.com>2013-02-12 14:10:18 -0800
commit2cb6bcc90183734449d4aca33571f55ce0afc8c2 (patch)
tree61ce521f4f57c3a9990d85ba8a10837d1b0e3acd
parente2b8e0f13cea1ec0a5688b07032f5a392cce1049 (diff)
downloadceph-2cb6bcc90183734449d4aca33571f55ce0afc8c2.tar.gz
Revert "Makefile: name binary ceph-filestore-dump"
This reverts commit f0b2e32af69d7d009837832066a1445c45bbc362. Be consistent with everything else.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 61e57721cc9..b8c80ff63d0 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)