From 15c530b407934f136dce271c8e05111d1b39ed5f Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 18 Sep 2015 11:40:15 -0400 Subject: [PATCH] build: add cls_timeindex_client to DENCODER_DEPS Signed-off-by: Casey Bodley --- src/rgw/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index 4ec111ab61939..079b3af00fe35 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -14,6 +14,7 @@ DENCODER_DEPS += -lcurl -lexpat \ libcls_log_client.a \ libcls_refcount_client.la \ libcls_user_client.a \ + libcls_timeindex_client.a \ libcls_statelog_client.a if WITH_RADOS -- 2.39.5