From 34671108ce0b7597dba4f619732ecdb8933cda6e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 18 Jul 2014 22:44:51 -0700 Subject: [PATCH] ceph-dencoder: don't link librgw.la (and rados, etc.) Signed-off-by: Sage Weil --- src/test/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/test/Makefile.am b/src/test/Makefile.am index f6a8bae3f602..e58d556faf80 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -57,10 +57,8 @@ ceph_dencoder_LDADD = \ $(LIBOS_TYPES) \ $(LIBMDS) \ $(LIBMON_TYPES) \ - $(DENCODER_DEPS) $(CEPH_GLOBAL) -if WITH_RADOSGW -ceph_dencoder_LDADD += $(LIBRGW) $(LIBRGW_DEPS) -endif + $(DENCODER_DEPS) \ + $(CEPH_GLOBAL) # These should always use explicit _CFLAGS/_CXXFLAGS so avoid basename conflicts ceph_dencoder_CFLAGS = ${AM_CFLAGS} -- 2.47.3