From 8aa7b39138d77962891aa1382ef8089eb9a807ec Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 4 Dec 2010 20:45:50 -0800 Subject: [PATCH] Makefile: make radosacl build WITH_DEBUG only Signed-off-by: Sage Weil --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 24b8f06c48db1..1c93bb7012fb7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -221,14 +221,14 @@ testrados_SOURCES = testrados.c testrados_LDADD = librados.la -lpthread -lm -lcrypto++ testradospp_SOURCES = testradospp.cc testradospp_LDADD = librados.la -lpthread -lm -lcrypto++ -bin_PROGRAMS += testrados testradospp -endif - radosacl_SOURCES = radosacl.cc radosacl_LDADD = librados.la -lpthread -lm -lcrypto++ +bin_PROGRAMS += testrados testradospp radosacl +endif + rbd_SOURCES = rbd.cc common/fiemap.cc rbd_LDADD = librados.la -lpthread -lm -lcrypto++ -bin_PROGRAMS += radosacl rbd +bin_PROGRAMS += rbd if WITH_RADOSGW libradosgw_a_SOURCES = \ -- 2.39.5