]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
s3website: update cmake.
authorRobin H. Johnson <robin.johnson@dreamhost.com>
Fri, 4 Dec 2015 01:18:29 +0000 (17:18 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 15 Jan 2016 23:05:47 +0000 (15:05 -0800)
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
src/CMakeLists.txt

index 6339063cb6078e9770338ba0e5f42799ce6cc3a7..0bb5c8868c689564d10393192d7d7ca9f4cfccc0 100644 (file)
@@ -268,6 +268,7 @@ set(libcommon_files
   common/simple_spin.cc
   common/Thread.cc
   common/Formatter.cc
+  common/HTMLFormatter.cc
   common/HeartbeatMap.cc
   common/ceph_fs.cc
   common/ceph_hash.cc
@@ -938,7 +939,9 @@ if(${WITH_RADOSGW})
     rgw/rgw_keystone.cc
     rgw/rgw_quota.cc
     rgw/rgw_dencoder.cc
-    rgw/rgw_object_expirer_core.cc)
+    rgw/rgw_object_expirer_core.cc
+    rgw/rgw_website.cc
+    rgw/rgw_xml_enc.cc)
 
   add_library(rgw_a STATIC ${rgw_a_srcs})