diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2019-02-07 01:01:48 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2019-07-29 21:20:46 +0200 |
commit | 91f12786c05148fc5446c47b17e3e6c75cd00d31 (patch) | |
tree | c16009280523bdada26406760a8db8be4a2c2a9e /src/rgw/CMakeLists.txt | |
parent | rgw: move manifest code around, initial tier separation (diff) | |
download | ceph-91f12786c05148fc5446c47b17e3e6c75cd00d31.tar.xz ceph-91f12786c05148fc5446c47b17e3e6c75cd00d31.zip |
rgw: svc/mfa: new service for mfa functionality
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/rgw/CMakeLists.txt')
-rw-r--r-- | src/rgw/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index 365e369e8ac..683f5e74aa9 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -21,6 +21,7 @@ endfunction() set(librgw_common_srcs services/svc_finisher.cc + services/svc_mfa.cc services/svc_notify.cc services/svc_quota.cc services/svc_sync_modules.cc |