]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: install include/memory.h also
authorKefu Chai <kchai@redhat.com>
Thu, 26 May 2016 09:26:03 +0000 (17:26 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 27 May 2016 16:34:52 +0000 (00:34 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index c1d08bc80848e4fa7a52e230be19e1fb3509db76..a3f6f4ba3c0331c8db9394aa5342426719bee992 100644 (file)
@@ -549,6 +549,7 @@ install(FILES include/rados/librados.h
   include/rados/librados.hpp
   include/buffer.h
   include/buffer_fwd.h
+  include/memory.h
   include/page.h
   include/crc32c.h
   DESTINATION include/rados)