From: Jason Dillaman Date: Wed, 16 Dec 2015 15:40:56 +0000 (-0500) Subject: tests: compile RBD and RGW types into ceph-dencoder when enabled X-Git-Tag: v10.0.3~24^2~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb057e1d948759b186e2457bcf5ce96042dabca4;p=ceph.git tests: compile RBD and RGW types into ceph-dencoder when enabled Signed-off-by: Jason Dillaman --- diff --git a/src/test/Makefile-client.am b/src/test/Makefile-client.am index b8f7575359b..a2c47186b5d 100644 --- a/src/test/Makefile-client.am +++ b/src/test/Makefile-client.am @@ -19,6 +19,14 @@ ceph_dencoder_CFLAGS += -fno-var-tracking-assignments ceph_dencoder_CXXFLAGS += -fno-var-tracking-assignments endif +if WITH_RBD +ceph_dencoder_CXXFLAGS += -DWITH_RBD +endif +if WITH_RADOSGW +ceph_dencoder_CXXFLAGS += -DWITH_RADOSGW +endif + + bin_PROGRAMS += ceph-dencoder