mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
dencoder: check for radosgw build option
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
5373ee24ba
commit
76046cf351
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user