Skip to content

Commit

Permalink
mds: add include/cephfs/types.h path in spec files
Browse files Browse the repository at this point in the history
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
  • Loading branch information
dparmar18 committed Jun 8, 2022
1 parent 4cc3d62 commit f2bfea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ceph.spec.in
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions debian/libcephfs-dev.install
@@ -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
1 change: 1 addition & 0 deletions src/include/CMakeLists.txt
Expand Up @@ -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()

0 comments on commit f2bfea5

Please sign in to comment.