]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile,gitignore: ceph-monstore-tool, not ceph_monstore_tool
authorSamuel Just <sam.just@inktank.com>
Wed, 1 May 2013 01:11:05 +0000 (18:11 -0700)
committerSamuel Just <sam.just@inktank.com>
Wed, 1 May 2013 22:43:22 +0000 (15:43 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/.gitignore
src/Makefile.am

index 7914240f2f998093fc015da836c262966d17c47e..fa8ab2f0526a4c291c31c3946a11098dcbcfbb35 100644 (file)
@@ -40,7 +40,7 @@ Makefile
 /ceph_smalliobenchdumb
 /ceph_smalliobenchfs
 /ceph_smalliobenchrbd
-/ceph_monstore_tool
+/ceph-monstore-tool
 /ceph-osdomap-tool
 /ceph_ver.h
 /dev
index 854603f8dbbc5c7711b6e5cd681f9de627168ad3..13ea671fbfae074539fc6b14414e98d6c8b37e43 100644 (file)
@@ -140,7 +140,7 @@ ceph_monstore_tool_SOURCES = tools/ceph-monstore-tool.cc \
 ceph_monstore_tool_LDFLAGS = ${AM_LDFLAGS}
 ceph_monstore_tool_LDADD =  $(LIBOS_LDA) $(LIBGLOBAL_LDA) -lboost_program_options
 ceph_monstore_tool_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
-bin_DEBUGPROGRAMS += ceph_monstore_tool
+bin_DEBUGPROGRAMS += ceph-monstore-tool
 
 monmaptool_SOURCES = monmaptool.cc
 monmaptool_LDADD = $(LIBGLOBAL_LDA)