]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: install librgw.h
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 28 Aug 2015 20:11:49 +0000 (16:11 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 16:55:59 +0000 (11:55 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/CMakeLists.txt
src/rgw/librgw.cc

index da67ad80e344a397ac25a0f8cef74524397576af..89868d54341cec4a84e029f2b64e7571218b6dbc 100644 (file)
@@ -1180,6 +1180,11 @@ if(${WITH_RADOSGW})
   set_target_properties(rgw_a PROPERTIES OUTPUT_NAME rgw)
   install(TARGETS rgw_a DESTINATION lib)
 
+  install(FILES
+    include/rados/librgw.h
+    include/rados/rgw_file.h
+  DESTINATION include/rados)
+
   include_directories("${CMAKE_SOURCE_DIR}/src/civetweb/include")
 
   set(radosgw_srcs
index dbfa7156d28026121627835a2506fbc4b10cda6c..cd9fe646315c2b7d4d3ac6ecdb05f69da62d95aa 100644 (file)
@@ -351,7 +351,6 @@ int RGWLib::init()
   rgw_bucket_init(store->meta_mgr);
   rgw_log_usage_init(g_ceph_context, store);
 
-
   mgr = new RGWRESTMgr_Lib();
   mgr->set_logging(true);
   rest.register_default_mgr(mgr);