]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "Makefile: name binary ceph-filestore-dump"
authorSage Weil <sage@inktank.com>
Tue, 12 Feb 2013 16:28:31 +0000 (08:28 -0800)
committerSage Weil <sage@inktank.com>
Tue, 12 Feb 2013 22:10:18 +0000 (14:10 -0800)
This reverts commit f0b2e32af69d7d009837832066a1445c45bbc362.

Be consistent with everything else.

src/Makefile.am

index 61e57721cc9965c9413eac717c7a6a5425fb1943..b8c80ff63d0e58ce06c00c3a87521da42a847ce6 100644 (file)
@@ -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)