]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: add include/cephfs/types.h path in spec files 46295/head
authordparmar18 <dparmar@redhat.com>
Wed, 8 Jun 2022 06:17:17 +0000 (11:47 +0530)
committerdparmar18 <dparmar@redhat.com>
Wed, 8 Jun 2022 06:19:17 +0000 (11:49 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
ceph.spec.in
debian/libcephfs-dev.install
src/include/CMakeLists.txt

index 3042d6e0dc975e5f34caf3136483e097dd01d35c..f5a71ce144553d0e2bb3e129deb07220ed313877 100644 (file)
@@ -2349,6 +2349,7 @@ fi
 %dir %{_includedir}/cephfs
 %{_includedir}/cephfs/libcephfs.h
 %{_includedir}/cephfs/ceph_ll_client.h
+%{_includedir}/cephfs/types.h
 %dir %{_includedir}/cephfs/metrics
 %{_includedir}/cephfs/metrics/Types.h
 %{_libdir}/libcephfs.so
index e06363ad7008a9483d5c2b55b572db47a7a61d4c..cf22dce62d46ba00b036389314784cb93453ddef 100644 (file)
@@ -1,4 +1,5 @@
 usr/include/cephfs/ceph_ll_client.h
 usr/include/cephfs/libcephfs.h
+usr/include/cephfs/types.h
 usr/include/cephfs/metrics/Types.h
 usr/lib/libcephfs.so
index 91eb92cdd1c60f1ca542a4c063da7c758e85e1c1..cb9c2fea8f80b708b4a4500853e91382355e0f96 100644 (file)
@@ -41,5 +41,6 @@ if(WITH_LIBCEPHFS)
   install(FILES
     cephfs/libcephfs.h
     cephfs/ceph_ll_client.h
+    cephfs/types.h
     DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/cephfs)
 endif()