]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: put ceph_monstore_tool in bin_DEBUGPROGRAMS
authorSamuel Just <sam.just@inktank.com>
Wed, 1 May 2013 00:57:56 +0000 (17:57 -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/Makefile.am

index 4e259568eea512ad036d5f81db4e8729555a0bab..854603f8dbbc5c7711b6e5cd681f9de627168ad3 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_PROGRAMS += ceph_monstore_tool
+bin_DEBUGPROGRAMS += ceph_monstore_tool
 
 monmaptool_SOURCES = monmaptool.cc
 monmaptool_LDADD = $(LIBGLOBAL_LDA)