summaryrefslogtreecommitdiffstats
path: root/src/cls/CMakeLists.txt
diff options
context:
space:
mode:
authorAbhishek Lekshmanan <abhishek@suse.com>2019-07-22 16:40:23 +0200
committerAbhishek Lekshmanan <abhishek@suse.com>2019-07-22 17:41:11 +0200
commit8c7e84f053e9da3a775c05c3c0c5b0431c4219ee (patch)
tree6cc1c03fc07923107e9e78c6744da7100d7762e0 /src/cls/CMakeLists.txt
parentMerge pull request #28764 from rhcs-dashboard/rgw-bucket-placement-target (diff)
downloadceph-8c7e84f053e9da3a775c05c3c0c5b0431c4219ee.tar.xz
ceph-8c7e84f053e9da3a775c05c3c0c5b0431c4219ee.zip
cls: add timeindex types to ceph-dencoder
This is useful for seeing on disk format of types using cls_timeindex like rgw swift with delete at attributes Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to 'src/cls/CMakeLists.txt')
-rw-r--r--src/cls/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cls/CMakeLists.txt b/src/cls/CMakeLists.txt
index d62273d4c4a..127af83881b 100644
--- a/src/cls/CMakeLists.txt
+++ b/src/cls/CMakeLists.txt
@@ -148,7 +148,9 @@ set_target_properties(cls_timeindex PROPERTIES
CXX_VISIBILITY_PRESET hidden)
install(TARGETS cls_timeindex DESTINATION ${cls_dir})
-set(cls_timeindex_client_srcs timeindex/cls_timeindex_client.cc)
+set(cls_timeindex_client_srcs
+ timeindex/cls_timeindex_types.cc
+ timeindex/cls_timeindex_client.cc)
add_library(cls_timeindex_client STATIC ${cls_timeindex_client_srcs})