From: Colin Patrick McCabe Date: Wed, 27 Jul 2011 19:26:42 +0000 (-0700) Subject: testrados_delete_pool_while_open: remove from make X-Git-Tag: v0.33~142 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=447d4f60dd0f2d1a16c63fafa2568b4c85b56026;p=ceph.git testrados_delete_pool_while_open: remove from make Signed-off-by: Colin McCabe --- diff --git a/src/Makefile.am b/src/Makefile.am index b839824c3a89..7e6f93b6c4aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -281,11 +281,9 @@ testrados_SOURCES = testrados.c testrados_LDADD = librados.la -lpthread -lm $(CRYPTO_LIBS) $(EXTRALIBS) testradospp_SOURCES = testradospp.cc testradospp_LDADD = librados.la -lpthread -lm -testrados_delete_pool_while_open_SOURCES = test/testrados_delete_pool_while_open.c -testrados_delete_pool_while_open_LDADD = librados.la -lpthread -lm $(CRYPTO_LIBS) $(EXTRALIBS) radosacl_SOURCES = radosacl.cc radosacl_LDADD = librados.la -lpthread -lm $(CRYPTO_LIBS) $(EXTRALIBS) -bin_DEBUGPROGRAMS += testrados testradospp radosacl testrados_delete_pool_while_open +bin_DEBUGPROGRAMS += testrados testradospp radosacl rbd_SOURCES = rbd.cc common/fiemap.cc common/secret.c rbd_CXXFLAGS = ${AM_CXXFLAGS}