]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: remove duplicated src from ceph_rgw_jsonparser
authorKefu Chai <kchai@redhat.com>
Wed, 13 Jul 2016 16:27:04 +0000 (00:27 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Jul 2016 04:00:46 +0000 (12:00 +0800)
they are included by rgw_a as well. and ceph_rgw_jsonparser is linked
against rgw_a.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/rgw/CMakeLists.txt

index 370aa0ec93216bc479f3201f192d139861504a6e..eb259d093e5327b37fb8d9a13f6b59fd0a6c8cc1 100644 (file)
@@ -1,8 +1,5 @@
 add_executable(ceph_rgw_jsonparser
-  rgw_jsonparser.cc
-  rgw_common.cc
-  rgw_env.cc
-  rgw_json_enc.cc)
+  rgw_jsonparser.cc)
 target_link_libraries(ceph_rgw_jsonparser
   rgw_a
   global)