From 628e232060f358b8d1485f795e50d677fb5c1817 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 30 Apr 2013 17:57:56 -0700 Subject: [PATCH] Makefile: put ceph_monstore_tool in bin_DEBUGPROGRAMS Signed-off-by: Samuel Just --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4e259568eea51..854603f8dbbc5 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) -- 2.39.5