]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: make radosacl build WITH_DEBUG only
authorSage Weil <sage@newdream.net>
Sun, 5 Dec 2010 04:45:50 +0000 (20:45 -0800)
committerSage Weil <sage@newdream.net>
Sun, 5 Dec 2010 04:45:50 +0000 (20:45 -0800)
Signed-off-by: Sage Weil <sage@newdream.net>
src/Makefile.am

index 24b8f06c48db17485cf9df847533ae13c62b32f5..1c93bb7012fb7a331762d152cb681426844dfe9b 100644 (file)
@@ -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 = \