From: Samuel Just Date: Wed, 1 May 2013 00:57:56 +0000 (-0700) Subject: Makefile: put ceph_monstore_tool in bin_DEBUGPROGRAMS X-Git-Tag: v0.61~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=628e232060f358b8d1485f795e50d677fb5c1817;p=ceph.git Makefile: put ceph_monstore_tool in bin_DEBUGPROGRAMS Signed-off-by: Samuel Just --- diff --git a/src/Makefile.am b/src/Makefile.am index 4e259568eea5..854603f8dbbc 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_PROGRAMS += ceph_monstore_tool +bin_DEBUGPROGRAMS += ceph_monstore_tool monmaptool_SOURCES = monmaptool.cc monmaptool_LDADD = $(LIBGLOBAL_LDA)