summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-04-30 17:57:56 -0700
committerSamuel Just <sam.just@inktank.com>2013-05-01 15:43:22 -0700
commit628e232060f358b8d1485f795e50d677fb5c1817 (patch)
tree90e640cafa146dceb29d4f1d2e7f83b87fc25cce
parentd0d93a743e3af77bb3784b318b1a1f7a5c1c293a (diff)
downloadceph-628e232060f358b8d1485f795e50d677fb5c1817.tar.gz
Makefile: put ceph_monstore_tool in bin_DEBUGPROGRAMS
Signed-off-by: Samuel Just <sam.just@inktank.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4e259568eea..854603f8dbb 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)