From: Samuel Just Date: Wed, 1 May 2013 01:11:05 +0000 (-0700) Subject: Makefile,gitignore: ceph-monstore-tool, not ceph_monstore_tool X-Git-Tag: v0.61~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=615b84b1fd21a28536ba698a0cb5ba92f7340e22;p=ceph.git Makefile,gitignore: ceph-monstore-tool, not ceph_monstore_tool Signed-off-by: Samuel Just --- diff --git a/src/.gitignore b/src/.gitignore index 7914240f2f99..fa8ab2f0526a 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 854603f8dbbc..13ea671fbfae 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)