summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-04-30 18:11:05 -0700
committerSamuel Just <sam.just@inktank.com>2013-05-01 15:43:22 -0700
commit615b84b1fd21a28536ba698a0cb5ba92f7340e22 (patch)
tree2b81d0bcabb40dfd2df3fe1ee95edab478b16b5d
parent628e232060f358b8d1485f795e50d677fb5c1817 (diff)
downloadceph-615b84b1fd21a28536ba698a0cb5ba92f7340e22.tar.gz
Makefile,gitignore: ceph-monstore-tool, not ceph_monstore_tool
Signed-off-by: Samuel Just <sam.just@inktank.com>
-rw-r--r--src/.gitignore2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/.gitignore b/src/.gitignore
index 7914240f2f9..fa8ab2f0526 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -40,7 +40,7 @@ Makefile
/ceph_smalliobenchdumb
/ceph_smalliobenchfs
/ceph_smalliobenchrbd
-/ceph_monstore_tool
+/ceph-monstore-tool
/ceph-osdomap-tool
/ceph_ver.h
/dev
diff --git a/src/Makefile.am b/src/Makefile.am
index 854603f8dbb..13ea671fbfa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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)