dencoder: check for radosgw build option

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2014-02-21 13:00:29 -08:00
parent 5373ee24ba
commit 76046cf351

View File

@ -53,8 +53,11 @@ ceph_dencoder_SOURCES = \
test/encoding/ceph_dencoder.cc \
$(DENCODER_SOURCES)
ceph_dencoder_LDADD = \
$(LIBOSD) $(LIBMDS) $(LIBMON) $(LIBRGW) $(LIBRGW_DEPS) \
$(LIBOSD) $(LIBMDS) $(LIBMON) \
$(DENCODER_DEPS) $(CEPH_GLOBAL)
if WITH_RADOSGW
ceph_dencoder_LDADD += $(LIBRGW) $(LIBRGW_DEPS)
endif
# These should always use explicit _CFLAGS/_CXXFLAGS so avoid basename conflicts
ceph_dencoder_CFLAGS = ${AM_CFLAGS}