diff options
author | Kefu Chai <tchaikov@gmail.com> | 2015-12-11 16:32:40 +0100 |
---|---|---|
committer | Kefu Chai <tchaikov@gmail.com> | 2015-12-11 16:32:40 +0100 |
commit | 61392c1c2ce004dd6f757abd587f28fc87136309 (patch) | |
tree | 0541d9dbe06997564f70bb09ce668df775df6809 /src/CMakeLists.txt | |
parent | Merge pull request #6827 from trociny/wip-scrub-debug (diff) | |
parent | cmake: add TracepointProvider.cc to libcommon (diff) | |
download | ceph-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.txt | 1 |
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} |