]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
testrados_delete_pool_while_open: remove from make
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 27 Jul 2011 19:26:42 +0000 (12:26 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 27 Jul 2011 19:26:42 +0000 (12:26 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/Makefile.am

index b839824c3a89a5da552699dc178991577674fb9e..7e6f93b6c4aa34b79b67d02d9cedecf035f1aaba 100644 (file)
@@ -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}