mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
rgw: rename rgw_rest_es.cc to rgw_es_query.cc
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
0fdd24ff80
commit
42130df362
@ -195,7 +195,7 @@ target_link_libraries(radosgw-admin rgw_a librados
|
|||||||
install(TARGETS radosgw-admin DESTINATION bin)
|
install(TARGETS radosgw-admin DESTINATION bin)
|
||||||
|
|
||||||
set(radosgw_es_srcs
|
set(radosgw_es_srcs
|
||||||
rgw_rest_es.cc)
|
rgw_es_query.cc)
|
||||||
add_executable(radosgw-es ${radosgw_es_srcs})
|
add_executable(radosgw-es ${radosgw_es_srcs})
|
||||||
target_link_libraries(radosgw-es rgw_a librados
|
target_link_libraries(radosgw-es rgw_a librados
|
||||||
cls_rgw_client cls_lock_client cls_refcount_client
|
cls_rgw_client cls_lock_client cls_refcount_client
|
||||||
|
Loading…
Reference in New Issue
Block a user