]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: name binary ceph-filestore-dump
authorSage Weil <sage@inktank.com>
Tue, 12 Feb 2013 04:49:03 +0000 (20:49 -0800)
committerSage Weil <sage@inktank.com>
Tue, 12 Feb 2013 04:49:03 +0000 (20:49 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/Makefile.am

index 6f4662459c99335fd53fd475cd449b8ee5c9eb5b..59d079c9418ef497c9061f570b3ca2eb527a71f1 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)