]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: fix build when WITH_DEBUG not set
authorSage Weil <sage@newdream.net>
Sun, 4 Jul 2010 21:08:15 +0000 (14:08 -0700)
committerSage Weil <sage@newdream.net>
Sun, 4 Jul 2010 21:08:15 +0000 (14:08 -0700)
Signed-off-by: Fred Ar <ar.fred@yahoo.com>
Signed-off-by: Sage Weil <sage@newdream.net>
src/Makefile.am

index 6688b392a15d6ef94fea38c1b0d2fe4f217bca4a..db84810444839830b6e6fd3d97e6ef6c823c1afe 100644 (file)
@@ -162,13 +162,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
 rbdtool_SOURCES = rbdtool.cc
 rbdtool_LDADD = librados.la -lpthread -lm -lcrypto
-bin_PROGRAMS += testrados testradospp radosacl rbdtool
+bin_PROGRAMS += radosacl rbdtool
 
 if WITH_RADOSGW
 libradosgw_a_SOURCES = \