summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorKefu Chai <tchaikov@gmail.com>2015-12-11 16:32:40 +0100
committerKefu Chai <tchaikov@gmail.com>2015-12-11 16:32:40 +0100
commit61392c1c2ce004dd6f757abd587f28fc87136309 (patch)
tree0541d9dbe06997564f70bb09ce668df775df6809 /src/CMakeLists.txt
parentMerge pull request #6827 from trociny/wip-scrub-debug (diff)
parentcmake: add TracepointProvider.cc to libcommon (diff)
downloadceph-61392c1c2ce004dd6f757abd587f28fc87136309.tar.xz
ceph-61392c1c2ce004dd6f757abd587f28fc87136309.zip
Merge pull request #6823 from oritwas/wip-cmake-fix-authtool
cmake: add TracepointProvider.cc to libcommon Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0057c774b4a..1a2f1db554d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -302,6 +302,7 @@ set(libcommon_files
common/pick_address.cc
common/address_helper.cc
common/linux_version.c
+ common/TracepointProvider.cc
osdc/Striper.cc
osdc/Objecter.cc
${arch_files}