]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove duplicate rgw source files
authorCasey Bodley <cbodley@redhat.com>
Thu, 18 Feb 2016 04:10:05 +0000 (23:10 -0500)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 18 Feb 2016 22:04:19 +0000 (14:04 -0800)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/CMakeLists.txt

index f885ceeba8dbb1b684a7dcd3d49b1f603199ee8b..f30d949fa6243dff6f628feb2c0ca61dc387e4f1 100644 (file)
@@ -1213,15 +1213,11 @@ if(${WITH_RADOSGW})
     rgw/rgw_civetweb.cc
     rgw/rgw_civetweb_log.cc
     civetweb/src/civetweb.c
-    rgw/rgw_main.cc
-    rgw/rgw_sync.cc
-    rgw/rgw_data_sync.cc)
+    rgw/rgw_main.cc)
 
   set(radosgw_admin_srcs
     rgw/rgw_admin.cc
-    rgw/rgw_orphan.cc
-    rgw/rgw_sync.cc
-    rgw/rgw_data_sync.cc)
+    rgw/rgw_orphan.cc)
 
   set(radosgw_object_expirer_srcs
     rgw/rgw_object_expirer.cc)